Allen 347b3f1209
[ARM][ISel] Fix crash of ISD::FMINNUM/FMAXNUM (#65849)
The instruction of ISD::FMINNUM/FMAXNUM should be legal if HasFPARMv8 &&
HasNEON.
For the combination of armv7+fp-armv8, armv7 imply the feature HasNEON
on, and fp-armv8 matchs the feature HasFPARMv8, so it is legal

Fixes https://github.com/llvm/llvm-project/issues/65820
2023-09-14 10:35:07 +08:00
..
2022-09-26 11:31:23 +01:00
2022-10-02 11:51:08 +01:00
2023-09-01 19:45:03 -04:00
2021-11-21 18:33:29 +00:00
2022-11-02 22:34:05 +00:00