aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-06-01 01:00:36 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-06-01 01:00:36 +0000
commit5d06439c54a6d85fc518df159c40bf8dc5210a6a (patch)
tree7688cb8e09634802ae7e60100c32f868a5489b84 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent58d9b921e01eeb0b4b55f799bc7372f847929498 (diff)
downloadllvm-5d06439c54a6d85fc518df159c40bf8dc5210a6a.zip
llvm-5d06439c54a6d85fc518df159c40bf8dc5210a6a.tar.gz
llvm-5d06439c54a6d85fc518df159c40bf8dc5210a6a.tar.bz2
DAGCombiner: Fix broken size check in isAlias
This should have been converting the size to bytes, but wasn't really. These should probably all be using getStoreSize instead. I haven't been able to come up with a meaningful testcase for this. I can trigger it using combinations of struct loads and stores, but can't observe a difference in non-broken testcases. isAlias is only really used during store merging, so I'm not sure how to get into the vector splitting situation the comment describes since store merging is only done before type legalization. llvm-svn: 271356
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions