Skip to content
Commit 028ccbfc authored by Evan Cheng's avatar Evan Cheng
Browse files

Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative

value, the "add pc" must be CSE'ed at the same time. We could follow the same
approach as T2 by adding pseudo instructions that combine the ldr + "add pc".
But the better approach is to use movw + movt (which I will enable soon), so
I'll leave this as a TODO.

llvm-svn: 123949
parent 4ad7afa0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment