[PATCH] D108137: [AArch64][Global ISel] Add sext/zext improvements

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 23 11:01:34 PDT 2021


dmgreen updated this revision to Diff 368142.
dmgreen added a comment.

Update with Opcodes and extended types. I split off the code into a selectUSMovFromExtend function to encapsulate it a bit more in the process.


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

https://reviews.llvm.org/D108137

Files:
  llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/select-extract-vector-elt-with-extend.mir
  llvm/test/CodeGen/AArch64/extract-sext-zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108137.368142.patch
Type: text/x-patch
Size: 25074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210823/6b4c211c/attachment.bin>


More information about the llvm-commits mailing list