diff options
| author | Puyan Lotfi <puyan@puyan.org> | 2018-04-16 09:03:03 +0000 |
|---|---|---|
| committer | Puyan Lotfi <puyan@puyan.org> | 2018-04-16 09:03:03 +0000 |
| commit | 14b6637edc41125997bf395f1a3504e7288b0e93 (patch) | |
| tree | b9a4bff6f5335a446139d74f9dac4ee42b077e95 /llvm/lib/ProfileData | |
| parent | fab368099010e07ca440c6b3f392686301347067 (diff) | |
| download | bcm5719-llvm-14b6637edc41125997bf395f1a3504e7288b0e93.tar.gz bcm5719-llvm-14b6637edc41125997bf395f1a3504e7288b0e93.zip | |
[MIR-Canon] Adding ISA-Agnostic COPY Folding.
Transforms the following:
%vreg1234:gpr32 = COPY %42
%vreg1235:gpr32 = COPY %vreg1234
%vreg1236:gpr32 = COPY %vreg1235
$w0 = COPY %vreg1236
into:
$w0 = COPY %42
Assuming %42 is also a gpr32
llvm-svn: 330113
Diffstat (limited to 'llvm/lib/ProfileData')
0 files changed, 0 insertions, 0 deletions

