summaryrefslogtreecommitdiff
path: root/lib/Analysis/InstructionSimplify.cpp
diff options
context:
space:
mode:
authorTilmann Scheller <t.scheller@samsung.com>2014-05-16 16:50:13 +0000
committerTilmann Scheller <t.scheller@samsung.com>2014-05-16 16:50:13 +0000
commit18fc3275c1ced483ca345c4912141e1ab3ed1920 (patch)
treee91122ca057bb0bba2e350adba60ee4748d2a89a /lib/Analysis/InstructionSimplify.cpp
parent54978b364537c9030f895741a48a7c4a025461e9 (diff)
downloadllvm-18fc3275c1ced483ca345c4912141e1ab3ed1920.tar.gz
llvm-18fc3275c1ced483ca345c4912141e1ab3ed1920.tar.bz2
llvm-18fc3275c1ced483ca345c4912141e1ab3ed1920.tar.xz
[ARM64] Fix wrong comment in load/store optimization pass.
ldr x1, [x0, #64] add x0, x0, #64 -> ldr x1, [x0], #64 is not a valid transformation, the correct transformation (and what the code actually does) is: ldr x1, [x0, #64] add x0, x0, #64 -> ldr x1, [x0, #64]! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions