[all-commits] [llvm/llvm-project] 2843c9: [DSE, MemorySSA] Keep single DL instance in DSEStat...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Aug 23 07:57:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2843c9fe0a50470d231a4c29540c46aa631295d8
https://github.com/llvm/llvm-project/commit/2843c9fe0a50470d231a4c29540c46aa631295d8
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-08-23 (Sun, 23 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE,MemorySSA] Keep single DL instance in DSEState (NFC).
Small cleanup, also removes one instance of getting DataLayout without
using it later.
More information about the All-commits
mailing list