[PATCH] D143883: [InstCombine] canonicalize urem as cmp+select
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 17:14:37 PST 2023
Allen updated this revision to Diff 497851.
Allen marked 2 inline comments as done.
Allen added a comment.
update to use dyn_cast_or_null according comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143883/new/
https://reviews.llvm.org/D143883
Files:
llvm/include/llvm/Analysis/InstructionSimplify.h
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/test/Transforms/InstCombine/urem-via-cmp-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143883.497851.patch
Type: text/x-patch
Size: 7801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/b788f28a/attachment.bin>
More information about the llvm-commits
mailing list