[all-commits] [llvm/llvm-project] c72c22: [InstCombine] Don't check for alloc fn before fetc...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 21 01:45:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c72c22c04df992c95c5912d0075e5263c88f9fec
https://github.com/llvm/llvm-project/commit/c72c22c04df992c95c5912d0075e5263c88f9fec
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-21 (Thu, 21 Jul 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/deref-alloc-fns.ll
Log Message:
-----------
[InstCombine] Don't check for alloc fn before fetching object size
This code is just interested in the allocsize, not any other
allocator properties.
More information about the All-commits
mailing list