[all-commits] [llvm/llvm-project] 05c120: [DSE] Add capture-before test cases with loads.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Sep 15 03:15:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05c120823b6893c1384835d47656125cdd751550
https://github.com/llvm/llvm-project/commit/05c120823b6893c1384835d47656125cdd751550
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
A llvm/test/Transforms/DeadStoreElimination/captures-before-load.ll
Log Message:
-----------
[DSE] Add capture-before test cases with loads.
Add a set of test cases where redundant stores may be removable,
depending on whether a local allocation gets captured before performing
a load.
More information about the All-commits
mailing list