================
@@ -1356,6 +1363,19 @@ ARMTargetLowering::ARMTargetLowering(const TargetMachine
&TM_,
setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
setOperationAction(ISD::FRINT, MVT::v2f32, Legal);
setOperationAction(ISD::FRINT, MVT::v4f32, Legal);
+
+ setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f32, Legal);
----------------
arsenm wrote:
These should be paired with the non-strict op, like
`setOperationAction({FFLOOR, STRICT_FFLOOR}, VT, Legal)`
https://github.com/llvm/llvm-project/pull/180480
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits