[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:31:07 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:

[e752556](https://github.com/llvm/llvm-project/pull/92338/commits/e752556c06ac25d905c6e642bdcb5e9244db5da3)

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


More information about the llvm-commits mailing list