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

Bump llvm #1660

Merged
merged 5 commits into from
Aug 6, 2024
Merged

Bump llvm #1660

merged 5 commits into from
Aug 6, 2024

Conversation

fifield
Copy link
Collaborator

@fifield fifield commented Aug 5, 2024

This depends on format changes to dma_bd op in #1661

Now without syntax changes.

Copy link
Contributor

github-actions bot commented Aug 5, 2024

Coverage Report

Created: 2024-08-06 21:00

Click here for information about interpreting this report.

FilenameFunction CoverageLine CoverageRegion CoverageBranch Coverage
home/runner/work/mlir-aie/mlir-aie/lib/Dialect/AIE/IR/AIEDialect.cpp 87.79% 78.46% 82.62% 73.20%
Totals 87.79% 78.46% 82.62% 73.20%
Generated by llvm-cov -- llvm version 14.0.0

@@ -18,10 +18,10 @@
// CHECK: %[[VAL_4:.*]] = aie.buffer(%[[VAL_1]]) : memref<32xi32>
// CHECK: %[[VAL_5:.*]] = aie.lock(%[[VAL_2]]) {init = 1 : i32, sym_name = "lock_X"}
// CHECK: %[[VAL_6:.*]] = aie.lock(%[[VAL_2]]) {init = 0 : i32, sym_name = "lock_Y"}
// CHECK: aie.dma_bd(%[[VAL_3]] : memref<32xi32>, 0) {bd_id = 0 : i32, next_bd_id = 1 : i32}
// CHECK: aie.dma_bd(%[[VAL_3]] : memref<32xi32>) {bd_id = 0 : i32, next_bd_id = 1 : i32}
Copy link
Collaborator Author

@fifield fifield Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The offset is no longer printed when it was set in input if it was set to the default value of zero.

@fifield fifield enabled auto-merge August 6, 2024 21:33
@fifield fifield added this pull request to the merge queue Aug 6, 2024
Merged via the queue into main with commit f27c385 Aug 6, 2024
51 checks passed
@fifield fifield deleted the bump-llvm branch August 6, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant