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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
43,930 ms | x64 debian > libFuzzer.libFuzzer::fork.test | |
11,030 ms | x64 debian > libarcher.races::lock-unrelated.c |
Event Timeline
llvm/test/CodeGen/X86/AMX/amx-gemm.ll | ||
---|---|---|
1 | The changes look good, but I don't find the problem of the test with the trunk code. | |
212–220 | These can be removed. |
llvm/test/CodeGen/X86/AMX/amx-gemm.ll | ||
---|---|---|
1 | 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