Bump llvm to 585523750e2bbe374d1cb3bf4ff9d53de29b9593 (#3613)

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
pull/3620/head
Vivek Khandelwal 2024-08-08 22:06:10 +05:30 committed by GitHub
parent 4350672685
commit f91f816336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit d16b21b17d13ecd88a068bb803df43e53d3b04ba
Subproject commit 585523750e2bbe374d1cb3bf4ff9d53de29b9593

View File

@ -1509,7 +1509,11 @@ STABLEHLO_PASS_SET = {
"RenormModuleFloat32_basic",
}
STABLEHLO_CRASHING_SET = {"IndexPutWithNoneAndBroadcastModule_basic"}
STABLEHLO_CRASHING_SET = {
"IndexPutWithNoneAndBroadcastModule_basic",
"ReduceMaxAlongDimUnsignedInt_basic",
"ReduceMinAlongDimUnsignedInt_basic",
}
# Write the TOSA set as a "passing" set as it is very early in development
# and very few tests work yet.