[all-commits] [llvm/llvm-project] 6439fd: [DSE] Bail out from getLocForWriteEx if call is no...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 20 06:38:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6439fde6d403d3e01e265fb84b0beffe67f745c5
https://github.com/llvm/llvm-project/commit/6439fde6d403d3e01e265fb84b0beffe67f745c5
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE] Bail out from getLocForWriteEx if call is not argmemonly/inacc_mem.
This change should currently not have any impact, but guard against
further inconsistencies between MemoryLocation and function attributes.
More information about the All-commits
mailing list