mirror of https://github.com/llvm/torch-mlir
Update to llvm/llvm-proect@27ac46e6be (2024-6-12) (#3454)
This would require to bump stablehlo at the same time.pull/3458/head
parent
ae6f5e8251
commit
77d7f64472
|
@ -1 +1 @@
|
|||
Subproject commit 6127f15e5b4834411e8f2e700e25c40490deec35
|
||||
Subproject commit 27ac46e6bea2c25c18650b607754dcc73b42e3d6
|
|
@ -1 +1 @@
|
|||
Subproject commit 25d237f6273361bb29e8436349c7067ee559dca2
|
||||
Subproject commit dd48ec58d3bb8d674adf56715d4394102538fa84
|
|
@ -62,7 +62,7 @@ public:
|
|||
// TODO: add tuple type.
|
||||
conversion.addInputs(type.index(), type.value());
|
||||
}
|
||||
rewriter.applySignatureConversion(&func.getBody(), conversion,
|
||||
rewriter.applySignatureConversion(&func.getBody().front(), conversion,
|
||||
typeConverter);
|
||||
|
||||
SmallVector<Type> newResultTypes;
|
||||
|
|
Loading…
Reference in New Issue