diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-13 18:08:26 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-13 18:08:26 +0000 |
commit | f6ed795d0c06a66f0a29ea4f3f37e60dba79de57 (patch) | |
tree | 417e06dadc4f2d50ce7f26dcece6026153a80521 /llvm/lib/Analysis/AliasSetTracker.cpp | |
parent | 651bd73c025248cea9e9c61ceef359edbde88eb7 (diff) | |
download | bcm5719-llvm-f6ed795d0c06a66f0a29ea4f3f37e60dba79de57.tar.gz bcm5719-llvm-f6ed795d0c06a66f0a29ea4f3f37e60dba79de57.zip |
[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
}
llvm-svn: 325032
Diffstat (limited to 'llvm/lib/Analysis/AliasSetTracker.cpp')
0 files changed, 0 insertions, 0 deletions