Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update llvm tag to 2dde4ba6 #1229

Merged
merged 1 commit into from
Aug 16, 2022
Merged

build: update llvm tag to 2dde4ba6 #1229

merged 1 commit into from
Aug 16, 2022

Commits on Aug 16, 2022

  1. build: update llvm tag to 2dde4ba

    Summary of changes:
     - Tensor dialect now sets `emitAccessorPrefix` to prefixed, thus
       requring updates to methods that retrieve arguments
       [https://reviews.llvm.org/D131361]
     - Update MHLO to build with LLVM commit hash 2dde4ba
     - Replace `AbsOp` with `AbsFOp` [https://reviews.llvm.org/D131325]
     - Replace deprecated `getValue()` with `value()`
       [https://reviews.llvm.org/D131349]
     - Remove `AnalysisState::defaultInitialize()`
       [https://reviews.llvm.org/D131746]
     - Update MHLO MLIR tests to use the updated assembly format
     - Disabled two failing TOSA tests (Github Issue link:
       #1231)
    ashay committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1a81a98 View commit details
    Browse the repository at this point in the history