[clang] [CIR] Add side effect attribute to call operations (PR #144201)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 16 10:58:54 PDT 2025
================
@@ -1858,6 +1858,40 @@ def FuncOp : CIR_Op<"func", [
// CallOp
//===----------------------------------------------------------------------===//
+def SE_All : I32EnumAttrCase<"All", 1, "all">;
----------------
andykaylor wrote:
Can you update this to reflect the changes @xlauko is making in https://github.com/llvm/clangir/pull/1678?
https://github.com/llvm/llvm-project/pull/144201
More information about the cfe-commits
mailing list