[all-commits] [llvm/llvm-project] ab86e6: [DSE] Remove some dead code from DSE tests.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Sep 4 01:41:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ab86e64a96624e99df2f2e6183aef5fe7b2a081a
https://github.com/llvm/llvm-project/commit/ab86e64a96624e99df2f2e6183aef5fe7b2a081a
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-09-04 (Fri, 04 Sep 2020)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/memintrinsics.ll
M llvm/test/Transforms/DeadStoreElimination/merge-stores-big-endian.ll
M llvm/test/Transforms/DeadStoreElimination/merge-stores.ll
Log Message:
-----------
[DSE] Remove some dead code from DSE tests.
Some tests depend on DSE removing dead instructions unrelated to any
memory optimization. That's not really DSE's job, remove it.
More information about the All-commits
mailing list