[PATCH] D19378: [mips] Fix select patterns for MIPS64

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 05:46:25 PDT 2016


vkalintiris accepted this revision.
vkalintiris added a comment.
This revision is now accepted and ready to land.

LGTM with the addition of one test for the M3 prefix.


================
Comment at: test/CodeGen/Mips/llvm-ir/select-int.ll:165
@@ +164,3 @@
+define i8* @tst_select_word_cst(i8* %a, i8* %b) {
+  ; ALL-LABEL: tst_select_i64_cst:
+
----------------
This label is different from the function's name.


Repository:
  rL LLVM

http://reviews.llvm.org/D19378





More information about the llvm-commits mailing list