[llvm] [LICM] Promote conditional, loop-invariant memory accesses to scalars with intrinsic (PR #93999)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 31 14:26:50 PDT 2024
    
    
  
================
@@ -2322,6 +2322,21 @@ def int_vp_is_fpclass:
                                 llvm_i32_ty],
                               [IntrNoMem, IntrSpeculatable, ImmArg<ArgIndex<1>>]>;
 
+//===-------------------------- Conditional Intrinsics --------------------===//
+//
+
+def int_conditional_store:
----------------
arsenm wrote:
Missing LangRef change 
https://github.com/llvm/llvm-project/pull/93999
    
    
More information about the llvm-commits
mailing list