mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Test commit. It will be reverted in the next commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -630,6 +630,7 @@ isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
|
|||||||
// To more generally minimize register copies, ideally the logic of two addr
|
// To more generally minimize register copies, ideally the logic of two addr
|
||||||
// instruction pass should be integrated with register allocation pass where
|
// instruction pass should be integrated with register allocation pass where
|
||||||
// interference graph is available.
|
// interference graph is available.
|
||||||
|
|
||||||
if (isRevCopyChain(regC, regA, 3))
|
if (isRevCopyChain(regC, regA, 3))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user