[PATCH] D96673: [GlobalISel] Implement narrowScalar for SADDE/SSUBE/UADDE/USUBE

Cassie Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 18:04:17 PST 2021


porglezomp updated this revision to Diff 324832.
porglezomp added a comment.

Change Optional<Register> to Register, change a >= to == since it's all that's needed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96673

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96673.324832.patch
Type: text/x-patch
Size: 9457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/9d11c018/attachment.bin>


More information about the llvm-commits mailing list