aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2020-07-05 14:54:12 +0100
committerDavid Green <david.green@arm.com>2020-07-05 16:23:24 +0100
commit74ca67c109c8d1abafe1d2bd4edfb85f03b45faa (patch)
tree3db8a2e47ca1980b52188fa84e840673bb9b2b0d /clang/lib/Frontend/CompilerInvocation.cpp
parent011d73202c06ef50f1e30eacebdc965933659d42 (diff)
downloadllvm-74ca67c109c8d1abafe1d2bd4edfb85f03b45faa.zip
llvm-74ca67c109c8d1abafe1d2bd4edfb85f03b45faa.tar.gz
llvm-74ca67c109c8d1abafe1d2bd4edfb85f03b45faa.tar.bz2
[ARM] Remove hasSideEffects from FP converts
Whether an instruction is deemed to have side effects in determined by whether it has a tblgen pattern that emits a single instruction. Because of the way a lot of the the vcvt instructions are specified either in dagtodag code or with patterns that emit multiple instructions, they don't get marked as not having side effects. This just marks them as not having side effects manually. It can help especially with instruction scheduling, to not create artificial barriers, but one of these tests also managed to produce fewer instructions. Differential Revision: https://reviews.llvm.org/D81639
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions