[all-commits] [llvm/llvm-project] be88b5: [InstCombine] Call simplifyLoadInst()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 20 01:50:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be88b5814d9efce131dbc0c8e288907e2e6c89be
https://github.com/llvm/llvm-project/commit/be88b5814d9efce131dbc0c8e288907e2e6c89be
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M llvm/include/llvm/Analysis/InstructionSimplify.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/test/Transforms/InstCombine/load.ll
M llvm/test/Transforms/InstCombine/memcpy-from-global.ll
Log Message:
-----------
[InstCombine] Call simplifyLoadInst()
InstCombine is supposed to be a superset of InstSimplify, but
failed to invoke load simplification.
Unfortunately, this causes a minor compile-time regression, which
will be mitigated in a future commit.
More information about the All-commits
mailing list