[PATCH] D87936: [GISel] Add new combines for G_ADD

Michael Kitzan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 11:49:09 PDT 2022


mkitzan updated this revision to Diff 430764.
mkitzan edited the summary of this revision.
mkitzan added a comment.

Updates:

- Removed G_ADD(x, -cst) -> G_SUB(x, cst)
- Very minor NFC addressing https://reviews.llvm.org/D125819#inline-1207969


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87936/new/

https://reviews.llvm.org/D87936

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/combine-add.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87936.430764.patch
Type: text/x-patch
Size: 7441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220519/1cd897f4/attachment.bin>


More information about the llvm-commits mailing list