[all-commits] [llvm/llvm-project] 46853b: [SCCP] Drop unused early exit from visitStoreInst ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 18 11:46:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 46853b95ca550ccd6e2700df85f2a5f558134bb3
https://github.com/llvm/llvm-project/commit/46853b95ca550ccd6e2700df85f2a5f558134bb3
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/SCCP.cpp
Log Message:
-----------
[SCCP] Drop unused early exit from visitStoreInst (NFC).
There are no lattice values associated with store instructions
directly. They will never get marked as overdefined.
More information about the All-commits
mailing list