[PATCH] D37251: [X86] Add a pass to convert instruction chains between domains
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 09:40:42 PDT 2023
anna added a comment.
Herald added a subscriber: pengfei.
Herald added projects: LLVM, All.
Hi
It looks like this pass has extreme compile time growth. On icelake machines (where we have AVX-512 enabled), we see llc taking about 18 seconds on an IR and this pass contributes about 17 seconds.
There were also prior reproducers/issues added here: https://github.com/llvm/llvm-project/issues/41517
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D37251/new/
https://reviews.llvm.org/D37251
More information about the llvm-commits
mailing list