[llvm] [GlobalISel] replace right identity X * -1.0 with fneg(x) (PR #80526)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 3 05:20:17 PST 2024
================
@@ -43,6 +43,7 @@ define i8 @cnt8(i8 %x) nounwind readnone {
; X64-POPCNT-NEXT: popcntl %eax, %eax
; X64-POPCNT-NEXT: # kill: def $al killed $al killed $eax
; X64-POPCNT-NEXT: retq
+
----------------
phoebewang wrote:
The change seems unrelated, should better to revert.
https://github.com/llvm/llvm-project/pull/80526
More information about the llvm-commits
mailing list