[llvm] [DAG] combineVSelectWithAllOnesOrZeros - missing freeze (PR #150388)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 20:55:34 PDT 2025


================
@@ -13165,23 +13165,23 @@ static SDValue combineVSelectWithAllOnesOrZeros(SDValue Cond, SDValue TVal,
   // select Cond, -1, x → or Cond, x
   if (IsTAllOne) {
     SDValue X = DAG.getBitcast(CondVT, FVal);
----------------
woruyu wrote:

Done!

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


More information about the llvm-commits mailing list