mirror of https://github.com/llvm/torch-mlir
Bump LLVM to llvm/llvm-project@6127f15 (#3396)
Signed-off-by: zjgarvey <zjgarvey@gmail.com>pull/2784/merge
parent
8952377603
commit
878ba72c65
|
@ -1 +1 @@
|
|||
Subproject commit 1e5f29af81a5f6fda308074f6345b9fba4faa71c
|
||||
Subproject commit 6127f15e5b4834411e8f2e700e25c40490deec35
|
|
@ -160,14 +160,9 @@ LOWERING_PIPELINE = (
|
|||
"func.func(refback-generalize-tensor-pad)",
|
||||
"func.func(refback-generalize-tensor-concat)",
|
||||
# Bufferize.
|
||||
"func.func(scf-bufferize)",
|
||||
"func.func(tm-tensor-bufferize)",
|
||||
"func.func(empty-tensor-to-alloc-tensor)",
|
||||
"func.func(linalg-bufferize)",
|
||||
"func-bufferize",
|
||||
"arith-bufferize",
|
||||
"one-shot-bufferize{copy-before-write bufferize-function-boundaries function-boundary-type-conversion=identity-layout-map}",
|
||||
"refback-mlprogram-bufferize",
|
||||
"func.func(tensor-bufferize)",
|
||||
"func.func(finalizing-bufferize)",
|
||||
"func.func(buffer-deallocation)",
|
||||
# Buffer-deallocation does not work with the inlined code generated
|
||||
|
|
Loading…
Reference in New Issue