[all-commits] [llvm/llvm-project] 9c00af: [DSE] Add test case with multiple inbounds stores, ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Nov 12 01:40:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c00afe926e9f22f4e0cd92d88068c8a6ed769d0
https://github.com/llvm/llvm-project/commit/9c00afe926e9f22f4e0cd92d88068c8a6ed769d0
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/out-of-bounds-stores.ll
Log Message:
-----------
[DSE] Add test case with multiple inbounds stores, followed by OOB.
This patch extends the existing out-of-bounds store tests with a case
with a bigger object and multiple inbounds stores, followed by an OOB
store. The OOB store is not used to remove the inbounds stores in this
case at the moment.
More information about the All-commits
mailing list