aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2023-04-23 17:20:28 +0100
committerDavid Green <david.green@arm.com>2023-04-23 17:20:28 +0100
commit15d28212632d550d437b8812c53a0e1f38aa4591 (patch)
tree61aaf0f0807b33fe04a2db219ae9cab1584b777f /clang/lib/Frontend/CompilerInvocation.cpp
parent76469d5aff1e0967adfe23d275075610585eef72 (diff)
downloadllvm-15d28212632d550d437b8812c53a0e1f38aa4591.zip
llvm-15d28212632d550d437b8812c53a0e1f38aa4591.tar.gz
llvm-15d28212632d550d437b8812c53a0e1f38aa4591.tar.bz2
[ARM] Fix qsat for armv5te/armv6 + thumb-mode
This is a Thumb1 target, so will not have qsat instructions available. There was a mismatch between hasBaseDSP and the instruction patterns when +dsp was present, which is set by clang (but maybe shouldn't be). The target being thumb1-only should override that, implying that it does not have any qadds. Fixes #62273
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions