[PATCH] D101840: [InstSimplify] ctlz(x) -> 0 if x is known negative number
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 09:01:08 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/InstSimplify/call.ll:1503
+ ret i32 %c
+}
+
----------------
please pre-commit the new tests and rebase
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101840/new/
https://reviews.llvm.org/D101840
More information about the llvm-commits
mailing list