[PATCH] D105624: [SelectionDAG] Simplify PromoteIntRes_INSERT_SUBVECTOR to only handle result

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 09:25:35 PDT 2021


bsmith updated this revision to Diff 357253.
bsmith marked 2 inline comments as done.
bsmith added a comment.

- Use GetPromotedInteger instead of manually extending
- Construct new EVT to avoid issues with EVT vs MVT.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105624

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/test/CodeGen/AArch64/insert-subvector-res-legalization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105624.357253.patch
Type: text/x-patch
Size: 12964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210708/46e85c0b/attachment.bin>


More information about the llvm-commits mailing list