Skip to content

Commit

Permalink
Bump StableHLO to openxla/stablehlo@23d7f60. (#19754)
Browse files Browse the repository at this point in the history
This includes LLVM updates in StableHLO that resolve compiler warnings
like
```
[5467/8397] Building CXX object llvm-external-projects/stablehlo/stablehlo/transforms/CMakeFiles/obj.StablehloPasses.dir/StablehloCanonicalizeDynamism.cpp.o
/__w/iree/iree/third_party/stablehlo/stablehlo/transforms/StablehloCanonicalizeDynamism.cpp:326:16: warning: 'applyPatternsAndFoldGreedily' is deprecated: Use applyPatternsGreedily() instead [-Wdeprecated-declarations]
    if (failed(applyPatternsAndFoldGreedily(func, patterns, config))) {
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
               applyPatternsGreedily
/__w/iree/iree/third_party/llvm-project/mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h:184:1: note: 'applyPatternsAndFoldGreedily' has been explicitly marked deprecated here
LLVM_DEPRECATED("Use applyPatternsGreedily() instead", "applyPatternsGreedily")
^
/__w/iree/iree/third_party/llvm-project/llvm/include/llvm/Support/Compiler.h:234:50: note: expanded from macro 'LLVM_DEPRECATED'
#define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX)))
                                                 ^
1 warning generated.
```

(thanks to
openxla/stablehlo@b2d36c5)
  • Loading branch information
ScottTodd authored Jan 21, 2025
1 parent 1cd62fd commit eb21715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/stablehlo
Submodule stablehlo updated 137 files

0 comments on commit eb21715

Please sign in to comment.