[PATCH] D45854: [InstCombine] Support BitTests in ThreeWayComparison. Trivial case

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 23:21:34 PDT 2018


lebedev.ri added a comment.

Please upload all patches with the full context (`-U99999`).



================
Comment at: test/Transforms/InstCombine/three-way-comparison.ll:1
+; Test that various patterns of three-ways comparison are recognized.
+
----------------
Please use `utils/update_test_checks.py` (the file's header should say it was used), and don't adjust the `; CHECK` lines afterwards manually.


https://reviews.llvm.org/D45854





More information about the llvm-commits mailing list