[llvm-commits] MIPS patch

Chris Lattner clattner at apple.com
Thu Apr 14 22:20:01 PDT 2011


On Apr 14, 2011, at 5:35 PM, Akira Hatanaka wrote:

> Made minor changes per discussion with Bruno.

Do you really need another pass to do this?  Why not just handle this during mc inst lowering?

+++ lib/Target/Mips/MipsExpandPseudoInstrs.cpp	(revision 0)
@@ -0,0 +1,116 @@
+//===-- ExpandPseudoInstrs.cpp - Mips delay slot filler ---------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//

Please correct the filename and comment and make sure the line fits 80 columns.

-Chris



More information about the llvm-commits mailing list