[clang] [CIR] Upstream LabelOp (PR #152802)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 11 12:56:19 PDT 2025
================
@@ -1060,6 +1060,20 @@ def CIR_BrOp : CIR_Op<"br",[
}];
}
+//===----------------------------------------------------------------------===//
+// LabelOp
+//===----------------------------------------------------------------------===//
+
+// The LabelOp has AlwaysSpeculatable trait in order to not to be swept by canonicalizer
----------------
andykaylor wrote:
Can you reformat this for 80 columns?
https://github.com/llvm/llvm-project/pull/152802
More information about the cfe-commits
mailing list