You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add poly_to_llvm test file
* add starter poly-to-llvm pipeline
* add convert-func-to-llvm
* add arith-to-llvm
* add elementwise-to-linalg
* add back arith-to-llvm
* add tensor-to-linalg
* add do-nothing linalg-to-loops pass
* add scf-to-cf and cf-to-llvm passes
* update upstream MLIR commit
* fix conj pattern broken by mlir update
* migrate use of constFoldBinaryOp
* fix conflict caused by new function overload
* move arith-to-llvm to the end of the pass
* add one-shot bufferization pass
* move func-to-llvm after bufferization, enabling linalg-to-loops
* memref-expand-strided-metadata and finalize-memref-to-llvm
* move func-to-llvm even later
* add canonicalization cleanup
* encode end-to-end compilation pipeline as a test
* add a poly.eval-specific end-to-end test
* ensure llc uses the same PositionIndependentExecutable option as clang
* fix the off-by-one error in the lowering of eval
* udpate cmake build to use same LLVM commit
* update subproject commit
* add project_src_dir so tests work with both bazel and cmake
---------
Co-authored-by: Jeremy Kun <j2kun@users.noreply.github.com>
0 commit comments