[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 01:13:12 PST 2025
================
@@ -4604,6 +4604,13 @@ X86TTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
break;
}
+ // FIXME: There's a bug in SelectionDAG legalization for some data types
----------------
fhahn wrote:
Would be great if you could file an issue for that.
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list