[PATCH] D99010: [X86][AMX] Hoist ldtilecfg
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 4 05:27:12 PDT 2021
pengfei updated this revision to Diff 335142.
pengfei added a comment.
> The algorithm for updating shape postdominate BBs is buggy. For a given ShapeBB, clear all its predecessors flag is not enough since its unreachable BBs are also need to clear.
I have thought out a new method but need major refactor. Stay tuned~
Worked it out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99010/new/
https://reviews.llvm.org/D99010
Files:
llvm/lib/Target/X86/X86PreTileConfig.cpp
llvm/test/CodeGen/X86/AMX/amx-across-func.ll
llvm/test/CodeGen/X86/AMX/amx-config.ll
llvm/test/CodeGen/X86/AMX/amx-ldtilecfg-insert.ll
llvm/test/CodeGen/X86/opt-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99010.335142.patch
Type: text/x-patch
Size: 35266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210404/2e4c3845/attachment.bin>
More information about the llvm-commits
mailing list