This would require to bump stablehlo at the same time.
pull/3458/head
Lei Zhang 2024-06-12 19:34:01 -07:00 committed by GitHub
parent ae6f5e8251
commit 77d7f64472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6127f15e5b4834411e8f2e700e25c40490deec35
Subproject commit 27ac46e6bea2c25c18650b607754dcc73b42e3d6

2
externals/stablehlo vendored

@ -1 +1 @@
Subproject commit 25d237f6273361bb29e8436349c7067ee559dca2
Subproject commit dd48ec58d3bb8d674adf56715d4394102538fa84

View File

@ -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;