[PATCH] D23399: [mips][ias] fix li macro when values are negated with ~
Zoran Jovanovic via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 06:04:13 PDT 2016
zoran.jovanovic accepted this revision.
zoran.jovanovic added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Target/Mips/MipsInstrInfo.td:2384
@@ -2362,3 +2383,3 @@
// We use i32imm on li/la to defer range checking to the assembler.
class LoadImmediate32<string instr_asm, Operand Od, RegisterOperand RO> :
----------------
Nit: Is this comment still valid?
https://reviews.llvm.org/D23399
More information about the llvm-commits
mailing list