[llvm-branch-commits] [llvm-branch] r85845 - /llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td

Bill Wendling isanbard at gmail.com
Mon Nov 2 16:08:48 PST 2009


Author: void
Date: Mon Nov  2 18:08:47 2009
New Revision: 85845

URL: http://llvm.org/viewvc/llvm-project?rev=85845&view=rev
Log:
$ svn merge -c 85410 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r85410 into '.':
U    lib/Target/ARM/ARMInstrVFP.td


Modified:
    llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td

Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td?rev=85845&r1=85844&r2=85845&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td Mon Nov  2 18:08:47 2009
@@ -431,6 +431,7 @@
 
 
 // Materialize FP immediates. VFP3 only.
+let isReMaterializable = 1 in 
 def FCONSTS : VFPAI<(outs SPR:$dst), (ins vfp_f32imm:$imm),
                     VFPMiscFrm, IIC_VMOVImm,
                     "fconsts", "\t$dst, $imm",
@@ -442,6 +443,7 @@
   let Inst{7-4}   = 0b0000;
 }
 
+let isReMaterializable = 1 in 
 def FCONSTD : VFPAI<(outs DPR:$dst), (ins vfp_f64imm:$imm),
                     VFPMiscFrm, IIC_VMOVImm,
                     "fconstd", "\t$dst, $imm",





More information about the llvm-branch-commits mailing list