[PATCH] D85245: [AArch64][GlobalISel] NFC: Add state class + helper for post-legalizer combiner

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 14:04:22 PDT 2020


paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
Herald added a project: LLVM.
paquette requested review of this revision.

A bit cleaner than having a bunch of static functions.

Also lets us use utility functions from the base CombinerHelper, and keep track of function attributes.


https://reviews.llvm.org/D85245

Files:
  llvm/lib/Target/AArch64/AArch64Combine.td
  llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85245.283025.patch
Type: text/x-patch
Size: 19138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200804/a6279a52/attachment.bin>


More information about the llvm-commits mailing list