Skip to content

Commit 5efc314

Browse files
lfrenotgysit
andcommitted
nit update
Co-authored-by: Tobias Gysi <[email protected]>
1 parent 6df3db4 commit 5efc314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ class LLVM_CastOpWithOverflowFlag<string mnemonic, string instName, Type type,
532532
let arguments = (ins type:$arg, EnumProperty<"IntegerOverflowFlags", "", "IntegerOverflowFlags::none">:$overflowFlags);
533533
let results = (outs resultType:$res);
534534
let builders = [LLVM_OneResultOpBuilder];
535-
let assemblyFormat = "$arg attr-dict `` custom<OverflowFlags>($overflowFlags) `:` type($arg) `to` type($res)";
535+
let assemblyFormat = "$arg `` custom<OverflowFlags>($overflowFlags) attr-dict `:` type($arg) `to` type($res)";
536536
string llvmInstName = instName;
537537
string mlirBuilder = [{
538538
auto op = $_builder.create<$_qualCppClassName>(

0 commit comments

Comments
 (0)