You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #145298 we forgot to ensure that the selected operand was frozen - see foldVSelectToSignBitSplatMask for reference
I've included the alive2 for the select Cond, -1, x → or Cond, x fold here: https://alive2.llvm.org/ce/z/fwT9Si - but you should confirm the other 2 folds require this as well.