You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR][CIRGen] Removed extra space in "cir.shift( right)" (#997) (#1009)
The MLIR docs at https://mlir.llvm.org/docs/DefiningDialects/Operations/#literals
specify that "An empty literal `` may be used to remove a space that is
inserted implicitly after certain literal elements", so I inserted one
before the `right` literal to remove the extra space that was being
printed. Oddly, the bug is also fixed by inserting an empty literal
_after_ the `left` literal, which leads me to believe that tablegen is
inserting an implicit space after the `left` literal.
0 commit comments