-
Notifications
You must be signed in to change notification settings - Fork 830
LLVM Integrate@6cc18a8e4338 #23226
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
LLVM Integrate@6cc18a8e4338 #23226
Conversation
Please note that this runner has had successful runs in the past. Most recently (this one last week) https://github.com/iree-org/iree/actions/runs/21054410358/job/60547777265 There's also another successful run but what is interesting is that it has a different sequence of Github action steps: https://github.com/iree-org/iree/actions/runs/21215994674/job/61038121508 . Notice intialize containers is the second step here while on this one, the second setp is to checkout repository |
This reverts commit 44a5bea.
This reverts commit 8ca6c8f13398c5bbe961e9bc874d6b3de398e5e8.
This reverts commit 8ca6c8f13398c5bbe961e9bc874d6b3de398e5e8. Also uses `visitNonControlFlowArguments` new API since llvm/llvm-project#175815
Reverts carried forward: * Local revert of llvm/llvm-project#169614 due to #22649 Reverts dropped: * Revert llvm/llvm-project#174945 (torch also updated accordingly) Also includes torch integrate. Non-trivial changes include changes to the RegionSuccessor API. Signed-off-by: Keshav Vinayak Jha <[email protected]>
Reverts #23226 There was a conflict after 59d0a10 Signed-off-by: Keshav Vinayak Jha <[email protected]>
This reverts commit 8ca6c8f13398c5bbe961e9bc874d6b3de398e5e8. Also uses `visitNonControlFlowArguments` new API since llvm/llvm-project#175815 Signed-off-by: Keshav Vinayak Jha <[email protected]>
Reverts carried forward:
Reverts dropped:
RegionSuccessordesign / API llvm/llvm-project#174945 (torch also updated accordingly)Also includes torch integrate.
Non-trivial changes include changes to the RegionSuccessor API.