[PATCH] D16719: [mips][microMIPS] Add CodeGen support for AND*, OR16, OR*, XOR*, NOT16 and NOR instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 04:06:30 PDT 2016


zbuljan added inline comments.

================
Comment at: lib/Target/Mips/MicroMipsInstrInfo.td:1052
@@ -1048,3 +1051,3 @@
 
 def B_MM_Pseudo : UncondBranchMMPseudo<"b">, ISA_MICROMIPS;
 
----------------
sdardis wrote:
> This needs to be covered with "let Predicates = [InMicroMips] in {"
It should be already covered with ISA_MICROMIPS predicate. Do you still want me to change it?


http://reviews.llvm.org/D16719





More information about the llvm-commits mailing list