Simplifies the way lattices are optimized with less, but more
powerful rules. This also fixes an inaccuracy where too many
lattices resulted (expecting a non-existing universal index).
Also puts no-side-effects on all proper getters and unifies
bufferization flags order in integration tests (for future,
more complex use cases).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
4,660 ms | x64 windows > MLIR.Examples/Toy/Ch6::jit.toy | |
700 ms | x64 windows > MLIR.Examples/Toy/Ch7::jit.toy |
Shall convert-vector-to-scf go before convert-scf-to-std?