[all-commits] [llvm/llvm-project] d1314d: [MemoryLocation] Teach MemoryLocation about llvm.e...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Jan 15 05:50:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1314d0152f242c618caafce264fccbc47273d84
https://github.com/llvm/llvm-project/commit/d1314d0152f242c618caafce264fccbc47273d84
Author: Alex Bradbury <asb at igalia.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M llvm/lib/Analysis/MemoryLocation.cpp
M llvm/test/Analysis/BasicAA/memset-pattern.ll
M llvm/test/Transforms/DeadStoreElimination/memory-intrinsics-sizes.ll
Log Message:
-----------
[MemoryLocation] Teach MemoryLocation about llvm.experimental.memset.pattern (#120421)
Relates to (but isn't dependent on) #120420.
This allows alias analysis o the intrinsic of the same quality as for
the libcall, which we want in order to move LoopIdiomRecognize over to
selecting the intrinsic.
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