[llvm-branch-commits] [mlir] [mlir][LLVMIR] implement PromotableAliaserInterface (PR #199226)

Théo Degioanni via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun May 24 01:48:09 PDT 2026


================
@@ -412,6 +414,8 @@ def LLVM_LaunderInvariantGroupOp
 def LLVM_StripInvariantGroupOp
     : LLVM_OneResultIntrOp<"strip.invariant.group", [], [0],
         [DeclareOpInterfaceMethods<PromotableOpInterface>,
+         DeclareOpInterfaceMethods<PromotableAliaserInterface,
----------------
Moxinilian wrote:

getPromotableSlotAliases is not optional so it does not need to be mentioned explicitly.

https://github.com/llvm/llvm-project/pull/199226


More information about the llvm-branch-commits mailing list