[PATCH] D87166: [GlobalISel] Add G_UNMERGE(Cst) -> Cst1, Cst2, ... combine

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 14:31:45 PDT 2020


qcolombet created this revision.
qcolombet added reviewers: aemerson, paquette, arsenm, volkan.
Herald added subscribers: hiraditya, rovka.
Herald added a project: LLVM.
qcolombet requested review of this revision.
Herald added a subscriber: wdng.

Add a combiner helper that replaces G_UNMERGE of big constants into direct
use of smaller constants.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87166

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-unmerge.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87166.290029.patch
Type: text/x-patch
Size: 7918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/defa0c3d/attachment.bin>


More information about the llvm-commits mailing list