[clang] [CIR] Add side effect attribute to call operations (PR #144201)
Sirui Mu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 17 07:38:29 PDT 2025
================
@@ -1858,6 +1858,40 @@ def FuncOp : CIR_Op<"func", [
// CallOp
//===----------------------------------------------------------------------===//
+def SE_All : I32EnumAttrCase<"All", 1, "all">;
----------------
Lancern wrote:
Done.
https://github.com/llvm/llvm-project/pull/144201
More information about the cfe-commits
mailing list