[PATCH] D10537: [mips] Add support for branch-likely pseudo-instructions

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 09:36:15 PDT 2015


dsanders added a comment.

> remove ISA_MIPS1_NOT_32R6_64R6 from ULHU/ULW


... and comment on why it was removed :-).

> ... remove ISA_MIPS1_NOT_32R6_64R6 from ULHU/ULW, and change tests appropriately.


I don't think we need to do the latter if we do the former. The former is restoring the 'match but reject bad cases later' behaviour from before this patch which gives us the error messages that are already in the test.


http://reviews.llvm.org/D10537





More information about the llvm-commits mailing list