[all-commits] [llvm/llvm-project] 3d5664: [DSE] Add test for potential caching bug (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 17 14:40:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d56644f18eefe30e353e7fae3cb5e5daf0a0ffb
https://github.com/llvm/llvm-project/commit/3d56644f18eefe30e353e7fae3cb5e5daf0a0ffb
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/MSSA/overlap.ll
Log Message:
-----------
[DSE] Add test for potential caching bug (NFC)
This one would miscompile if read-clobber checks switched to using
the EarlierAccess location, but the read cache was retained.
More information about the All-commits
mailing list