diff options
author | chenglin.bi <chenglin.bi@linaro.org> | 2022-10-31 10:37:40 +0800 |
---|---|---|
committer | chenglin.bi <chenglin.bi@linaro.org> | 2022-10-31 18:57:41 +0800 |
commit | 325a3083b5b24fd0635fb5a49566dd573afc55ef (patch) | |
tree | 761797535136d923cf7d60487ac6258c74e3ca3c /llvm/unittests/Support/ProgramTest.cpp | |
parent | 72e9447e29abf111c742da59afe4152150a2f8e7 (diff) | |
download | llvm-325a3083b5b24fd0635fb5a49566dd573afc55ef.zip llvm-325a3083b5b24fd0635fb5a49566dd573afc55ef.tar.gz llvm-325a3083b5b24fd0635fb5a49566dd573afc55ef.tar.bz2 |
[AArch64] Adjust operand sequence for Add+Sub to combine more inline shift
((X >> C) - Y) + Z --> (Z - Y) + (X >> C)
Fix AArch part: #55714
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D136158
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
0 files changed, 0 insertions, 0 deletions