Skip to content
Commit 53900e51 authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

[mips] Print instructions "beq", "bne" and "or" using assembler pseudo

instructions "beqz", "bnez" and "move", when possible.

beq $2, $zero, $L1 => beqz $2, $L1
bne $2, $zero, $L1 => bnez $2, $L1
or  $2, $3, $zero  => move $2, $3

llvm-svn: 187229
parent 1e010146
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment