[llvm-commits] [llvm] r114784 - /llvm/trunk/lib/Target/ARM/ARMScheduleA9.td
Evan Cheng
evan.cheng at apple.com
Fri Sep 24 18:09:28 PDT 2010
Author: evancheng
Date: Fri Sep 24 20:09:28 2010
New Revision: 114784
URL: http://llvm.org/viewvc/llvm-project?rev=114784&view=rev
Log:
Fix IIC_iEXTAr itinerary class of Cortex-A9.
Modified:
llvm/trunk/lib/Target/ARM/ARMScheduleA9.td
Modified: llvm/trunk/lib/Target/ARM/ARMScheduleA9.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleA9.td?rev=114784&r1=114783&r2=114784&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMScheduleA9.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMScheduleA9.td Fri Sep 24 20:09:28 2010
@@ -53,7 +53,7 @@
//
// Zero and sign extension instructions
InstrItinData<IIC_iEXTr , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2, 1]>,
- InstrItinData<IIC_iEXTAr, [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [3, 1, 1]>,
+ InstrItinData<IIC_iEXTAr, [InstrStage<2, [A9_Pipe0, A9_Pipe1]>], [3, 1, 1]>,
//
// Compare instructions
InstrItinData<IIC_iCMPi , [InstrStage<1, [A9_Pipe0, A9_Pipe1]>], [2]>,
More information about the llvm-commits
mailing list