[PATCH] D60688: [InstCombine] add failing tests of missed optimizations of fshl/fshr

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 06:09:40 PDT 2019


nikic added inline comments.


================
Comment at: test/Transforms/InstCombine/fsh.ll:591
+}
+define i32 @fshl_mask_args_same5(i32 %a) {
+; CHECK-LABEL: @fshl_mask_args_same5(
----------------
nit: args_different probably here?


================
Comment at: test/Transforms/InstCombine/fsh.ll:625
+}
+define <2 x i31> @fshr_mask_args_same_vector3_differnt_but_still_prunable(<2 x i31> %a) {
+; CHECK-LABEL: @fshr_mask_args_same_vector3_differnt_but_still_prunable(
----------------
nit: different


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60688/new/

https://reviews.llvm.org/D60688





More information about the llvm-commits mailing list