[all-commits] [llvm/llvm-project] 42c57c: [DSE, MemorySSA] Simplify code, EarlierAccess is be...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Aug 30 13:33:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42c57c294dfbd8ea82cd61c709289480f513211b
https://github.com/llvm/llvm-project/commit/42c57c294dfbd8ea82cd61c709289480f513211b
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-08-30 (Sun, 30 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE,MemorySSA] Simplify code, EarlierAccess is be a MemoryDef (NFC).
After recent changes, we return early if Current is a MemoryPhi, so
EarlierAccess can only be a MemoryDef.
More information about the All-commits
mailing list