summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/global-merge-ignore-single-use.ll
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-08-11 15:31:17 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-08-11 15:31:17 +0000
commitb10555cc618b4bfda5bd08bb76ebdfdbf817d68d (patch)
treed3abe7cd4a8c99b031386a64edd0e76bce8382d1 /llvm/test/CodeGen/AArch64/global-merge-ignore-single-use.ll
parentb5c0c58737c86b9a43032f335101dc1642915c05 (diff)
downloadbcm5719-llvm-b10555cc618b4bfda5bd08bb76ebdfdbf817d68d.tar.gz
bcm5719-llvm-b10555cc618b4bfda5bd08bb76ebdfdbf817d68d.zip
Fix InstCombine test: invalid CHECK line slipped in r231270
I incorrectly wrote CHECK-NEXT with followin with ':', the check was ignored by FileCheck. The non-inbound GEP is folded here because the DataLayout is no longer optional, the fold was originally guarded with a comment that said: We need TD information to know the pointer size unless this is inbounds. Now we always have "TD information" and perform the fold. Thanks Jonathan Roelofs for noticing. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 244613
Diffstat (limited to 'llvm/test/CodeGen/AArch64/global-merge-ignore-single-use.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud