commit | 3fa22fa403d9ddc43fd2f7185106f489bb8f6c47 | [log] [tgz] |
---|---|---|
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Tue Feb 13 18:08:26 2018 +0000 |
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Tue Feb 13 18:08:26 2018 +0000 |
tree | 0052efbfd62ab5fbd15dfb525007d5afeaefcaa5 | |
parent | 2930e5c52df8a270ca616217c350556a34d5047d [diff] |
[CodeGen] Print bundled instructions using the MIR syntax in -debug output Old syntax: BUNDLE implicit-def %r0, implicit-def %r1, implicit %r2 * %r0 = SOME_OP %r2 * %r1 = ANOTHER_OP internal %r0 New syntax: BUNDLE implicit-def %r0, implicit-def %r1, implicit %r2 { %r0 = SOME_OP %r2 %r1 = ANOTHER_OP internal %r0 } git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325032 91177308-0d34-0410-b5e6-96231b3b80d8