Add a largish auto-generated test for the aligned bundling feature, along with
authorEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:16:57 +0000 (19:16 +0000)
committerEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:16:57 +0000 (19:16 +0000)
commitb17201f1b8c35414e3bbd71c3f37ee6313d77e86
tree05841085087574982f5c7c3916c9a3839929c2bc
parent16996c4940ad4248dc2a874d060b30e94e55b672
Add a largish auto-generated test for the aligned bundling feature, along with
the script generating it. The test should never be modified manually. If anyone
needs to change it, please change the script and re-run it.

The script is placed into utils/testgen - I couldn't think of a better place,
and after some discussion on IRC this looked like a logical location.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170720 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/X86/AlignedBundling/autogen-inst-offset-padding.s [new file with mode: 0644]
utils/testgen/mc-bundling-x86-gen.py [new file with mode: 0644]