[PATCH] D98773: [X86] Fix compile time regression of D93594.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 04:24:40 PDT 2021
LuoYuanke created this revision.
Herald added subscribers: nikic, pengfei, hiraditya.
LuoYuanke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
D93594 <https://reviews.llvm.org/D93594> depend on the dominate tree and loop information. It increased
the compile time when build wih -O0. However this is just to amend the
dominate tree and loop information, so that it is unnecessary to
re-analyze them again. Given the dominate tree of loop information are
absent in this pass, we can avoid to amending them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98773
Files:
llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
llvm/test/CodeGen/X86/O0-pipeline.ll
llvm/test/CodeGen/X86/opt-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98773.331218.patch
Type: text/x-patch
Size: 12181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210317/dabbc38c/attachment.bin>
More information about the llvm-commits
mailing list