[PATCH] D90223: [AMDGPU][GlobalISel] Combine shift + logic + shift with constant operands

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 09:16:03 PDT 2020


mbrkusanin updated this revision to Diff 301924.
mbrkusanin marked 5 inline comments as done.
mbrkusanin added a comment.

- Supported G_SSHLSAT and G_USHLSAT and addressed other comments.
- Added .mir test for  G_SSHLSAT and G_USHLSAT.




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

https://reviews.llvm.org/D90223

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-shift-of-shifted-logic-shlsat.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-shift-of-shifted-logic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90223.301924.patch
Type: text/x-patch
Size: 32608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201030/71495380/attachment.bin>


More information about the llvm-commits mailing list