[PATCH] D27867: AMDGPU: Add Assert[SZ]Ext during argument load creation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 16:06:55 PST 2016


arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng, kzhuravl.

For i16 zeroext arguments when i16 was a legal type, the
known bits information from the truncate was lost. Insert
a zeroext so the known bits optimizations work with the 32-bit
loads.

      

Fixes code quality regressions vs. SI in min.ll test.


https://reviews.llvm.org/D27867

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.h
  test/CodeGen/AMDGPU/min.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27867.81815.patch
Type: text/x-patch
Size: 12871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161217/2fc53034/attachment.bin>


More information about the llvm-commits mailing list