[PATCH] D21689: [mips] Optimize materialization of i64 constants
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 03:41:35 PDT 2016
dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.
LGTM with an indentation nit
================
Comment at: lib/Target/Mips/MipsInstrInfo.td:2463
@@ -2447,1 +2462,3 @@
+let AdditionalPredicates = [NotInMicroMips] in
+defm : MaterializeImms<i32, ZERO, ADDiu, LUi, ORi>;
----------------
Indentation
Repository:
rL LLVM
https://reviews.llvm.org/D21689
More information about the llvm-commits
mailing list