[PATCH] D140119: [PowerPC][GIsel] Materialize i64 constants.

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:42:15 PST 2022


Kai updated this revision to Diff 483270.
Kai added a comment.

- Use `uint32_t` in `findContiguousZerosAtLeast()`
- Replace use of `constrainSelectedInstRegOperands()` with `constrainAllUses()`
- Uses `std::optional<bool>` instead of `MI` parameter


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

https://reviews.llvm.org/D140119

Files:
  llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
  llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140119.483270.patch
Type: text/x-patch
Size: 27440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/cada527d/attachment.bin>


More information about the llvm-commits mailing list