[llvm] [X86][AsmParser] Improve rel8 validation (PR #126073)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 4 17:40:25 PST 2025
================
@@ -825,6 +828,11 @@ fucomip st, st(2)
// CHECK: fcompi %st(2)
// CHECK: fucompi %st(2)
+jrcxz _nop_label
+jecxz _nop_label + 1
+// CHECK: jrcxz _nop_label
+// CHECK: jecxz _nop_label+1
+
----------------
e-kud wrote:
Yes, added the test case but with `loop`.
https://github.com/llvm/llvm-project/pull/126073
More information about the llvm-commits
mailing list