Fix for D151797 where the change accidentally allowed exit to
exact mode between branch instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
Tested this on the failing case I observed and it fixes the issue.
The change look reasonable to me.