diff options
author | Craig Topper <craig.topper@sifive.com> | 2022-12-05 16:29:16 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2022-12-05 16:29:16 -0800 |
commit | dd3fe52492e90a67e63d9f33b5fafaeb3942066d (patch) | |
tree | 9e498189920f9757dff110c17e8ee1728cf02892 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 6ccd163c1c330db8aa78ebf5ae90bd436d23adb0 (diff) | |
download | llvm-dd3fe52492e90a67e63d9f33b5fafaeb3942066d.zip llvm-dd3fe52492e90a67e63d9f33b5fafaeb3942066d.tar.gz llvm-dd3fe52492e90a67e63d9f33b5fafaeb3942066d.tar.bz2 |
[RISCV] Remove some RISCVMatInt early exits.
These were early exiting if we replaced a sequence with a 2 instruction
sequence since that is the best we could do. All the later optimizations
only occur if the sequence is more than 2 instructions so this wasn't a
functional check.
At best it helps the compiler generate better code, but I don't think
that was analyzed when it was added. Remove it to simplify the code.
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions