Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Roman Lebedev 5b51bd1878 [TLI] prepareSREMEqFold(): use correct VT for the final VSELECT (PR51133)
We were using the wrong VT for this final VSELECT,
it should be in the final comparison VT,
not the source value's VT.

Fixes https://bugs.llvm.org/show_bug.cgi?id=51133
2021-07-19 16:44:00 +03:00

350 KiB