[llvm] [LV][EVL] Support icmp/fcmp instruction with EVL-vectorization (PR #108533)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 13:03:18 PDT 2024
================
@@ -11379,7 +11379,7 @@ InstructionCost BoUpSLP::getSpillCost() const {
if (auto *FPMO = dyn_cast<FPMathOperator>(II))
FMF = FPMO->getFastMathFlags();
IntrinsicCostAttributes ICA(II->getIntrinsicID(), II->getType(), Tys,
- FMF);
+ FMF, II);
----------------
artagnon wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/108533
More information about the llvm-commits
mailing list