[PATCH] D49123: [test cases] add test cases for find more abs pattern

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 05:33:33 PDT 2018


spatel added a comment.

The summary text description doesn't match the tests that are being added. The 'sgt -1' cases already exist as "@abs_canonical_2" and @nabs_canonical_2"?



================
Comment at: llvm/test/Transforms/InstCombine/abs-1.ll:149
+
+define i32 @abs_canonical_8(i32 %a) {
+; CHECK-LABEL: @abs_canonical_8(
----------------
This is just verifying that the code does not change?


https://reviews.llvm.org/D49123





More information about the llvm-commits mailing list