[PATCH] D133198: [SCCP] convert signed div/rem to unsigned for non-negative operands
Baoshan Pang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 2 09:45:59 PDT 2022
BaoshanPang added inline comments.
================
Comment at: llvm/test/Transforms/SCCP/divrem.ll:141
+; negative test
+
----------------
Should we add a 'TODO' here just like what we do for @sdiv_nonneg0_nonnegconst1 ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133198/new/
https://reviews.llvm.org/D133198
More information about the llvm-commits
mailing list