[all-commits] [llvm/llvm-project] 6077d5: [DSE] Add tests with stores of existing values.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 13 13:57:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6077d55381a6aa3e947ef7abdc36a7515c598c8a
https://github.com/llvm/llvm-project/commit/6077d55381a6aa3e947ef7abdc36a7515c598c8a
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-loops.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-memoryphis.ll
M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-simple.ll
A llvm/test/Transforms/DeadStoreElimination/MSSA/stores-of-existing-values.ll
Log Message:
-----------
[DSE] Add tests with stores of existing values.
This patch pre-commits test cases with dead stores of
existing values for D90328. It also updates a few tests that had such
stores by accident, to preserve the original spirit of those tests.
More information about the All-commits
mailing list