summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Binary.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-04-16 12:13:25 +0000
committerHans Wennborg <hans@hanshq.net>2019-04-16 12:13:25 +0000
commit21eb771dcb5c11d7500fa6ad551c97a921997f05 (patch)
tree31b8037fa1c516299cfa7152e3f774a804a3bb9b /llvm/lib/Object/Binary.cpp
parent7fe7e15b2cf4b5061d339432afcb1f1375a49c27 (diff)
downloadbcm5719-llvm-21eb771dcb5c11d7500fa6ad551c97a921997f05.tar.gz
bcm5719-llvm-21eb771dcb5c11d7500fa6ad551c97a921997f05.zip
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)
The original commit caused false positives from AddressSanitizer's use-after-scope checks, which have now been fixed in r358478. > The code was previously checking that candidates for sinking had exactly > one use or were a store instruction (which can't have uses). This meant > we could sink call instructions only if they had a use. > > That limitation seemed a bit arbitrary, so this patch changes it to > "instruction has zero or one use" which seems more natural and removes > the need to special-case stores. > > Differential revision: https://reviews.llvm.org/D59936 llvm-svn: 358483
Diffstat (limited to 'llvm/lib/Object/Binary.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud