[clang] [llvm] [X86] Support EGPR for inline assembly. (PR #92338)
    Freddy Ye via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 29 22:13:59 PDT 2024
    
    
  
================
@@ -0,0 +1,25 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: not llc -mtriple=x86_64 < %s | FileCheck %s
+; RUN: not llc -mtriple=x86_64 -mattr=+egpr < %s | FileCheck %s
----------------
FreddyLeaf wrote:
I'll try. If so, we can refine llvm/test/CodeGen/X86/apx/asm-constraint.ll as well.
https://github.com/llvm/llvm-project/pull/92338
    
    
More information about the llvm-commits
mailing list