summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConvertUTF.c
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2015-03-20 18:33:12 +0000
committerWei Mi <wmi@google.com>2015-03-20 18:33:12 +0000
commit6c428d6ff60dff05c132f389b87bc36feb4afc1b (patch)
tree87107e18f5b5671358353508f19e9c09be63654d /llvm/lib/Support/ConvertUTF.c
parent9e77de2a1ef5715a56448df843a864bad30194a1 (diff)
downloadbcm5719-llvm-6c428d6ff60dff05c132f389b87bc36feb4afc1b.tar.gz
bcm5719-llvm-6c428d6ff60dff05c132f389b87bc36feb4afc1b.zip
Correctly estimate SROA savings for store operands in inline cost analysis.
When estimating SROA savings, we want to see if an address is derived off an alloca in the caller. For store instructions, operand 1 is the address operand, but the current code uses operand 0. Use getPointerOperand for loads and stores to fix this. Patch by Easwaran Raman. http://reviews.llvm.org/D8425 llvm-svn: 232827
Diffstat (limited to 'llvm/lib/Support/ConvertUTF.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud