[X86] Add a simple hack to IsProfitableToFold to prevent vselect+strict fp...
[X86] Add a simple hack to IsProfitableToFold to prevent vselect+strict fp operations from being folded into masked instructions. We really need to update the isel patterns to prevent this, but that requires some tablegen de-tangling. So this hack will work for correctness in the short term.
Loading
Please register or sign in to comment