[PATCH] D117252: [InstCombine] Fold ashr-exact into a icmp-ugt.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 17:29:13 PST 2022
craig.topper added inline comments.
================
Comment at: test/Transforms/InstCombine/icmp-shr-lt-gt.ll:2219
+define i1 @lashr_00_00_noexact(i8 %x) {
+; CHECK-LABEL: @lashr_00_00_noexact(
----------------
Top of the test context is missing. Should this test be generated by update_test_checks.py?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117252/new/
https://reviews.llvm.org/D117252
More information about the llvm-commits
mailing list