[PATCH] D45862: [InstCombine] Relax restriction in foldSelectInstWithICmp for sake of smaller code size
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 23:21:32 PDT 2018
lebedev.ri added inline comments.
================
Comment at: test/Transforms/InstCombine/select-of-bittest.ll:662
+
+; CHECK-LABEL: compare_to_zero_mismatched_types_idiomatic_trunc(
+; CHECK-NEXT: [[ASHR:%.*]] = ashr i64 %x, 63
----------------
Please use `utils/update_test_checks.py`.
https://reviews.llvm.org/D45862
More information about the llvm-commits
mailing list