[PATCH] D101590: [AArch64][GlobalISel] Use a single MachineIRBuilder for most of isel. NFC.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 17:08:39 PDT 2021


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

This is a long overdue cleanup. Not every use is eliminated, I stuck to uses that were directly being called from select(), and not the render functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101590

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101590.341713.patch
Type: text/x-patch
Size: 36539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/8b485ff8/attachment.bin>


More information about the llvm-commits mailing list