diff options
author | Kazushi (Jam) Marukawa <marukawa@nec.com> | 2020-08-11 21:37:12 +0900 |
---|---|---|
committer | Kazushi (Jam) Marukawa <marukawa@nec.com> | 2020-08-12 16:23:50 +0900 |
commit | 5d549219df1c5c9a619e33d7dca662cd2c44fcda (patch) | |
tree | 5201dc69a4dd7cc3b1cf1c06c07b327bb3ca6f4c /clang/unittests/Tooling/Syntax/TreeTest.cpp | |
parent | a87576592c6326275e4a7aff6a86d5113b5a9766 (diff) | |
download | llvm-5d549219df1c5c9a619e33d7dca662cd2c44fcda.zip llvm-5d549219df1c5c9a619e33d7dca662cd2c44fcda.tar.gz llvm-5d549219df1c5c9a619e33d7dca662cd2c44fcda.tar.bz2 |
[VE] Change to promote i32 AND/OR/XOR operations
VE has only 64 bits AND/OR/XOR instructions. We pretended that VE has 32 bits
instructions also, but doing it increase the number of generated instructions.
Therefore, we decide to promote 32 bits operations and use only 64 bits
instructions in back end. We also avoid pretending that VE has 32 bits LEA
instruction. Update regression tests also.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D85726
Diffstat (limited to 'clang/unittests/Tooling/Syntax/TreeTest.cpp')
0 files changed, 0 insertions, 0 deletions