[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 14 13:16:21 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:

Great thanks! Do we still need anotther check to also avoid forced vectorization if the cost of the intrinsic is invalid?

https://github.com/llvm/llvm-project/pull/158088


More information about the llvm-commits mailing list