[all-commits] [llvm/llvm-project] 875891: [MemoryDependence] Fix invariant group store
William Moses via All-commits
all-commits at lists.llvm.org
Tue Mar 9 16:04:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 875891a10d50a791d3f076c9259e60af6c9af18c
https://github.com/llvm/llvm-project/commit/875891a10d50a791d3f076c9259e60af6c9af18c
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
A llvm/test/Transforms/GVN/storeinvgroup.ll
Log Message:
-----------
[MemoryDependence] Fix invariant group store
Fix bug in MemoryDependence [and thus GVN] for invariant group.
Previously MemDep didn't verify that the store was storing into a
pointer rather than a store simply using a pointer.
Differential Revision: https://reviews.llvm.org/D98267
More information about the All-commits
mailing list