[all-commits] [llvm/llvm-project] eb63cd: [GVN] MemorySSA for GVN: add optional `AllowMemory...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Fri Jan 10 01:47:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb63cd62a4a1907dbd58f12660efd8244e7d81e9
https://github.com/llvm/llvm-project/commit/eb63cd62a4a1907dbd58f12660efd8244e7d81e9
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/GVN.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/test/Other/new-pm-print-pipeline.ll
Log Message:
-----------
[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`
Preparatory work to migrate from MemoryDependenceAnalysis
towards MemorySSA in GVN.
Co-authored-by: Antonio Frighetto <me at antoniofrighetto.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list