[llvm-commits] PATCH: Aligned bundling support in LLVM MC

Dmitri Gribenko gribozavr at gmail.com
Fri Dec 14 15:23:35 PST 2012


On Sat, Dec 15, 2012 at 1:09 AM, Eli Bendersky <eliben at google.com> wrote:
> There are two patches: one with the implementation and another with the tests.

Hello Eli,

Not a through review:

--- /dev/null
+++ b/test/MC/ARM/AlignedBundling/group-bundle-arm.s
@@ -0,0 +1,37 @@
+# RUN: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
+# RUN:   | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble
- | FileCheck %s
+
+# On ARM each instruction is 4 bytes long so padding for individual
+# instructions should not be inserted. However, for bundle=locked groups

Typo: s/=/-/

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list