The previous code detect if a MBB is bottom block to determine if it is
a backedge of a loop. We should check latch block instead of bottom
block and we should check the header and the bottom block are in the
same loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/AMX/amx-gemm.ll | ||
---|---|---|
2 | The changes look good, but I don't find the problem of the test with the trunk code. | |
213–221 | These can be removed. |
llvm/test/CodeGen/X86/AMX/amx-gemm.ll | ||
---|---|---|
2 | I get compiling failure with revision 7ee863b8ebfad92494. |
The changes look good, but I don't find the problem of the test with the trunk code.
https://godbolt.org/z/63P3446nW
https://godbolt.org/z/T48hefK1W