diff options
author | Michael Kitzan <mkitzan@apple.com> | 2022-05-18 14:41:48 -0700 |
---|---|---|
committer | Michael Kitzan <mkitzan@apple.com> | 2022-06-06 11:19:45 -0700 |
commit | b7fcf6632fe30cdb89493b6c6b59cf1741a00dfc (patch) | |
tree | d8d77263bf34ad1238dd42f4fc30f51f88595daa /clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp | |
parent | 99069ab212f547088b39aa0b73e8c77f59d89b0c (diff) | |
download | llvm-b7fcf6632fe30cdb89493b6c6b59cf1741a00dfc.zip llvm-b7fcf6632fe30cdb89493b6c6b59cf1741a00dfc.tar.gz llvm-b7fcf6632fe30cdb89493b6c6b59cf1741a00dfc.tar.bz2 |
[GISel] Add new combines for G_ADD
Patch adds new GICombineRules for G_ADD:
G_ADD(x, G_SUB(y, x)) -> y
G_ADD(G_SUB(y, x), x) -> y
Patch additionally adds new combine tests for AArch64 target for
these new rules.
Reviewed by: paquette
Differential Revision: https://reviews.llvm.org/D87936
Diffstat (limited to 'clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp')
0 files changed, 0 insertions, 0 deletions