[PATCH] D138950: [InstCombine] Revert D125845
William Junda Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 13:50:26 PST 2022
huangjd created this revision.
huangjd added reviewers: davidxl, Carrot, nikic, spatel, reames, aeubanks.
Herald added a subscriber: hiraditya.
Herald added a project: All.
huangjd requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.
Reverting D125845 <https://reviews.llvm.org/D125845> `[InstCombine] Canonicalize GEP of GEP by swapping constant-indexed GEP to the back` because multiple users reported performance regression
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138950
Files:
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/gep-canonicalize-constant-indices.ll
llvm/test/Transforms/InstCombine/gep-merge-constant-indices.ll
llvm/test/Transforms/InstCombine/shift.ll
llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse-mask4.ll
llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll
llvm/test/Transforms/PhaseOrdering/single-iteration-loop-sroa.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138950.478718.patch
Type: text/x-patch
Size: 23612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/ee2938aa/attachment.bin>
More information about the llvm-commits
mailing list