Integrate LLVM to llvm/llvm-project@3ed3a33#21364
Conversation
kuhar
left a comment
There was a problem hiding this comment.
Can you also mention how stablehlo and torch-mlir were updated (SHAs)?
compiler/src/iree/compiler/Dialect/LinalgExt/IR/LinalgExtOps.td
Outdated
Show resolved
Hide resolved
compiler/src/iree/compiler/Dialect/LinalgExt/IR/LinalgExtOps.td
Outdated
Show resolved
Hide resolved
hanhanW
left a comment
There was a problem hiding this comment.
We might need to update the playbook. I think it is better to have "Integrate LLVM to llvm/llvm-project@XXX" PR title or at least include the commit hash in the title.
4b1420e to
a50333d
Compare
hanhanW
left a comment
There was a problem hiding this comment.
Thanks for removing the dangling builders. I wonder if that should belong to the other PR? Is there a reason to land it with the integrate PR toghter?
Yes, this issue is directly caused by llvm/llvm-project@2eb733b after confirming it with @makslevental(thanks for the help!). |
Then I think you intend to reference the commit in the PR description. It is an upstream fix for the commit now. |
Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
…en] add concrete create methods (#147168) (Maksim Levental on 2025-07-14 10:41:51 -0400) (28 of 29) Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
62c8280 to
0419beb
Compare
Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
-- This commit bumps IREE to iree-org/iree@402a9be46a. -- As part of the same it :- a. [removes "dangling" builders](iree-org/iree#21364) b. [adds explicit cast](iree-org/iree#21494) c. [adds explicit result type of enum](llvm/llvm-project#150308) Signed-off-by: Abhishek Varma <abhvarma@amd.com>
-- This commit bumps IREE to iree-org/iree@402a9be46a. -- As part of the same it :- a. [removes "dangling" builders](iree-org/iree#21364) b. [adds explicit cast](iree-org/iree#21494) c. [adds explicit result type of enum](llvm/llvm-project#150308) Signed-off-by: Abhishek Varma <abhvarma@amd.com>
-- This commit bumps IREE to iree-org/iree@402a9be46a. -- As part of the same it :- a. [removes "dangling" builders](iree-org/iree#21364) b. [adds explicit cast](iree-org/iree#21494) c. [adds explicit result type of enum](llvm/llvm-project#150308) d. updates MLIR-AIR to 53e3f44 e. adds `CascadeFlowOp`, `GetCascadeOp` and `PutCascadeOp` to AIE dialect. Signed-off-by: Abhishek Varma <abhvarma@amd.com>
bump to llvm/llvm-project@3ed3a33 This PR removes "dangling" builders for fixing compatibility issue caused by [2eb733b](llvm/llvm-project@2eb733b) as similar to PR llvm/llvm-project#147619. Similarly, this PR also add changes to stablehole: iree-org/stablehlo@7c08581, and add changes to torch-mlir: iree-org/torch-mlir@1983b6d. Revert llvm/llvm-project@1fdbe69 as it causes failures in IREE's end-to-end matmul tests on the CUDA backend. --------- Signed-off-by: Bangtian Liu <liubangtian@gmail.com>
bump to llvm/llvm-project@3ed3a33
This PR removes "dangling" builders for fixing compatibility issue caused by 2eb733b as similar to PR llvm/llvm-project#147619.
Similarly, this PR also add changes to stablehole: iree-org/stablehlo@7c08581, and add changes to torch-mlir: iree-org/torch-mlir@1983b6d.
Revert llvm/llvm-project@1fdbe69 as it causes failures in IREE's end-to-end matmul tests on the CUDA backend.