Sylvere Teissier
2009-Sep-29 17:57 UTC
[LLVMdev] [PATCH] isBarrier is missing on "return" instructions
Hi, this is a small patch of ARM Instructions description because "-verify-machineinstrs" complains about that. This doesn't break the tests on my machine. Regards -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch_barrier URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090929/84aca914/attachment.ksh>
Sylvere Teissier
2009-Sep-29 18:16 UTC
[LLVMdev] [PATCH] isBarrier is missing on "return" instructions
fix typo (forgot some spaces) ,Sorry -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch_barrier URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090929/0822d41c/attachment.ksh>
Jim Grosbach
2009-Sep-30 01:35 UTC
[LLVMdev] [PATCH] isBarrier is missing on "return" instructions
Hi Sylvere, Thanks for the patch! The variants that return via an LDM instruction look like they're missing them as well, interestingly enough. I've tweaked your patch to also do those. Hope you don't mind. Applied as r83135. Regards, Jim On Sep 29, 2009, at 10:57 AM, Sylvere Teissier wrote:> Hi, this is a small patch of ARM Instructions description because > "-verify-machineinstrs" complains about that. > > This doesn't break the tests on my machine. > > Regards > <patch_barrier.txt>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev