[llvm] [X86] Support promoted ENQCMD and USER-MSR instructions (PR #77293)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan  8 17:42:21 PST 2024
    
    
  
================
@@ -25,6 +32,17 @@ define i32 @test_encodekey128_u32(i32 %htype, <2 x i64> %key, ptr nocapture %h)
 ; CHECK-NEXT:    movups %xmm5, 64(%rsi)
 ; CHECK-NEXT:    movups %xmm6, 80(%rsi)
 ; CHECK-NEXT:    retq
+;
+; EGPR-LABEL: test_encodekey128_u32:
+; EGPR:       # %bb.0: # %entry
+; EGPR-NEXT:    encodekey128 %edi, %eax # encoding: [0x62,0xf4,0x7e,0x08,0xda,0xc7]
----------------
XinWang10 wrote:
rebased.
https://github.com/llvm/llvm-project/pull/77293
    
    
More information about the llvm-commits
mailing list