[llvm] [X86] Add missing immediate qualifier to the (V)CMPSS/D instructions (PR #84496)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 07:59:10 PST 2024
================
@@ -316,10 +316,6 @@ body: |
%11 = VMOVAPDZrrk %2, killed %10, %1
VMOVAPDZmr %0, 1, $noreg, 0, $noreg, killed %11
- ; FIXME We can't replace TEST with KTEST due to flag differences
- ; TEST8rr %18, %18, implicit-def $eflags
- ; JCC_1 %bb.1, 4, implicit $eflags
- ; JMP_1 %bb.2
----------------
goldsteinn wrote:
Likewise below
https://github.com/llvm/llvm-project/pull/84496
More information about the llvm-commits
mailing list