[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Nate Begeman
natebegeman at mac.com
Tue Aug 16 12:49:48 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.161 -> 1.162
---
Log message:
Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty
fixme from the PowerPC backend. Emit slightly better code for legalizing
select_cc.
---
Diffs of the changes: (+1 -0)
AlphaISelPattern.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.161 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.162
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.161 Mon Aug 15 09:31:37 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Tue Aug 16 14:49:34 2005
@@ -90,6 +90,7 @@
addRegisterClass(MVT::f32, Alpha::FPRCRegisterClass);
setOperationAction(ISD::BRCONDTWOWAY, MVT::Other, Expand);
+ setOperationAction(ISD::BRTWOWAY_CC, MVT::Other, Expand);
setOperationAction(ISD::EXTLOAD, MVT::i1, Promote);
setOperationAction(ISD::EXTLOAD, MVT::f32, Expand);
More information about the llvm-commits
mailing list