[PATCH] D64436: GlobalISel: Combine unmerge of merge with intermediate cast

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 11:55:34 PDT 2019


arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette.
Herald added subscribers: Petar.Avramovic, volkan, rovka, nhaehnle, wdng, jvesely.

This eliminates some illegal intermediate vectors when operations are
scalarized.


https://reviews.llvm.org/D64436

Files:
  include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  include/llvm/CodeGen/GlobalISel/Utils.h
  lib/CodeGen/GlobalISel/Utils.cpp
  test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64436.208768.patch
Type: text/x-patch
Size: 19029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/c9367454/attachment.bin>


More information about the llvm-commits mailing list