[llvm] [X86] Try Folding icmp of v8i32 -> fcmp of v8f32 on AVX (PR #82290)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 08:26:30 PST 2024
================
@@ -625,6 +625,8 @@ class TargetLoweringBase {
return isLoadBitCastBeneficial(StoreVT, BitcastVT, DAG, MMO);
}
+ virtual bool isBitcastFree(EVT DstVT, EVT SrcVT) const { return false; }
----------------
RKSimon wrote:
Is this still necessary?
https://github.com/llvm/llvm-project/pull/82290
More information about the llvm-commits
mailing list