[PATCH] D156029: [InstCombine] icmp udiv transform
Maksim Kita via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 03:30:19 PDT 2023
kitaisreal marked 4 inline comments as done.
kitaisreal added inline comments.
================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp:4370
+ // result = is_less || is_greater
+ //
+
----------------
goldstein.w.n wrote:
> This really needs alive2 links. Can you please add to the summary.
Added links to the summary.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156029/new/
https://reviews.llvm.org/D156029
More information about the llvm-commits
mailing list