diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir')
-rw-r--r-- | llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir b/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir index a3686f90cc9..dc927bae11f 100644 --- a/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir +++ b/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir @@ -71,9 +71,8 @@ body: | ; MIPS32: [[COPY:%[0-9]+]]:gpr32 = COPY $a0 ; MIPS32: [[COPY1:%[0-9]+]]:gpr32 = COPY $a1 ; MIPS32: [[COPY2:%[0-9]+]]:gpr32 = COPY $a2 - ; MIPS32: [[ORi:%[0-9]+]]:gpr32 = ORi $zero, 1 - ; MIPS32: [[AND:%[0-9]+]]:gpr32 = AND [[COPY]], [[ORi]] - ; MIPS32: BNE [[AND]], $zero, %bb.1, implicit-def $at + ; MIPS32: [[ANDi:%[0-9]+]]:gpr32 = ANDi [[COPY]], 1 + ; MIPS32: BNE [[ANDi]], $zero, %bb.1, implicit-def $at ; MIPS32: J %bb.2, implicit-def $at ; MIPS32: bb.1.if.then: ; MIPS32: $v0 = COPY [[COPY1]] |