[PATCH] D86458: GlobalISel: Artifact combine unmerge of unmerge

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 06:47:25 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:512
 
+  // TODO: Clamp 8-bit vectors to try to use packed adds
   if (ST.hasVOP3PInsts() && ST.hasAddNoCarry() && ST.hasIntClamp()) {
----------------
foad wrote:
> Unrelated?
I can drop this. It's kind of unrelated but based on test diffs I noticed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86458/new/

https://reviews.llvm.org/D86458



More information about the llvm-commits mailing list