================
@@ -1628,6 +1634,10 @@ bool ARMTargetLowering::useSoftFloat() const {
return Subtarget->useSoftFloat();
}
+bool ARMTargetLowering::shouldExpandCmpUsingSelects(EVT VT) const {
----------------
AZero13 wrote:
Yes
https://github.com/llvm/llvm-project/pull/149315