diff options
author | Allen <zhongyunde@huawei.com> | 2023-09-14 10:35:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 10:35:07 +0800 |
commit | 347b3f120903fcdc255b78177cb584e4c0aa4b54 (patch) | |
tree | 16daca947a0eb7e6fdaeeebfa53ddaaf06a36885 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e057d8973cc6a9d0bcc5cc385f318a607d117693 (diff) | |
download | llvm-347b3f120903fcdc255b78177cb584e4c0aa4b54.zip llvm-347b3f120903fcdc255b78177cb584e4c0aa4b54.tar.gz llvm-347b3f120903fcdc255b78177cb584e4c0aa4b54.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions