diff options
author | Weiming Zhao <weimingz@codeaurora.org> | 2015-07-23 19:24:53 +0000 |
---|---|---|
committer | Weiming Zhao <weimingz@codeaurora.org> | 2015-07-23 19:24:53 +0000 |
commit | b33a5557f47592800f538353b4c556d2b8dd12fa (patch) | |
tree | 61608a17d1ce8eae155b00695809a9ea525903e9 /llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | |
parent | c96dcb09148518694528b8d7e9ae4235b4a7f62e (diff) | |
download | bcm5719-llvm-b33a5557f47592800f538353b4c556d2b8dd12fa.tar.gz bcm5719-llvm-b33a5557f47592800f538353b4c556d2b8dd12fa.zip |
This patch eanble register coalescing to coalesce the following:
%vreg2<def> = MOVi32imm 1; GPR32:%vreg2
%W1<def> = COPY %vreg2; GPR32:%vreg2
into:
%W1<def> = MOVi32imm 1
Patched by Lawrence Hu (lawrence@codeaurora.org)
llvm-svn: 243033
Diffstat (limited to 'llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions