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

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 06:15:31 PST 2025


================
@@ -4604,6 +4604,13 @@ X86TTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
     break;
   }
 
+  // FIXME: There's a bug in SelectionDAG legalization for some data types
----------------
huntergr-arm wrote:

Raised as https://github.com/llvm/llvm-project/issues/171831

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


More information about the llvm-commits mailing list