[PATCH] D69147: [gicombiner] Add support for arbitrary match data being passed from match to apply

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 15:34:27 PDT 2019


dsanders created this revision.
dsanders added reviewers: volkan, bogner.
Herald added subscribers: Petar.Avramovic, hiraditya.
Herald added a project: LLVM.

This is used by the extending_loads combine to tell the apply step which
use is the preferred one to fold and the other uses should be re-written
to consume.

Depends on D69117 <https://reviews.llvm.org/D69117>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69147

Files:
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-concat-vectors.mir
  llvm/utils/TableGen/GICombinerEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69147.225539.patch
Type: text/x-patch
Size: 12868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/c87b0351/attachment.bin>


More information about the llvm-commits mailing list