[all-commits] [llvm/llvm-project] e8dfaf: [MemoryBuiltins] Remove some hardcoded builtins
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 9 02:29:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8dfafff66b90847e37bd96491548caa6b80ab3f
https://github.com/llvm/llvm-project/commit/e8dfafff66b90847e37bd96491548caa6b80ab3f
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/lib/Analysis/MemoryBuiltins.cpp
M llvm/test/Transforms/InstCombine/deref-alloc-fns.ll
Log Message:
-----------
[MemoryBuiltins] Remove some hardcoded builtins
For all of these we already infer the new memory attributes, so
they don't need to be explicitly listed.
More information about the All-commits
mailing list