[llvm] [X86] Try Folding icmp of v8i32 -> fcmp of v8f32 on AVX (PR #82290)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 25 16:11:24 PST 2024
================
@@ -2471,6 +2474,8 @@ bool TargetLowering::SimplifyDemandedBits(
if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO,
Depth + 1))
return true;
+
----------------
phoebewang wrote:
Looks nothing changed in this file, should revert the whole file?
https://github.com/llvm/llvm-project/pull/82290
More information about the llvm-commits
mailing list