[PATCH] D138082: GlobalISel: ComputeNumSignBits from load range metadata
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 13:11:57 PST 2022
arsenm updated this revision to Diff 481033.
arsenm added a comment.
Add mir test (although kind of pointless, we can't hit this case here yet). Also copy the endianness check from the DAG version
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138082/new/
https://reviews.llvm.org/D138082
Files:
llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/load-range-metadata-signbits.mir
llvm/test/CodeGen/AMDGPU/load-range-metadata-sign-bits.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138082.481033.patch
Type: text/x-patch
Size: 11721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/d70c989a/attachment.bin>
More information about the llvm-commits
mailing list