iree icon indicating copy to clipboard operation
iree copied to clipboard

Pending LLVM Dependent Patches

Open stellaraccident opened this issue 1 year ago • 3 comments

We keep this issue open to track local patches that should be applied once integration has caught up.

This issue is pinned to the #llvm-integrate channel on Discord.

In order to add a required patch, please add a comment to this issue with the following information:

  • Upstream PR/commit link
  • Branch/commit that should be applied in conjunction with the above (PSA: please squash into one commit that can be cherry-picked)
  • Any additional notes or condolences for the integrator

stellaraccident avatar Nov 27 '23 21:11 stellaraccident

https://github.com/llvm/llvm-project/commit/11ac97c67a9315dce48fd938d68ae991e3559f10 is reverted in the recent integrate because it introduces many regressions in benchmark suite. The tracking issue is https://github.com/openxla/iree/pull/16055. We should be able to drop the revert once the issue is fixed.

EDIT: this is fixed. (should we delete the comment?)

hanhanW avatar Jan 08 '24 21:01 hanhanW

https://github.com/llvm/llvm-project/commit/af78e5daf0791135485dbd7972ffedb927727a6b is reverted locally. Issue: https://github.com/openxla/iree/issues/16173 We can drop the revert after we bump tf-nightly to include the commit.

EDIT: this is fixed

hanhanW avatar Jan 22 '24 10:01 hanhanW

Breaking EmitC change (merged in 6ca0613)

https://github.com/llvm/llvm-project/commit/e47b507562624bf291ab2515699d39c2669b6131 is a breaking change in the EmitC dialect. https://github.com/iree-org/iree/pull/18284 should have all the changes needed in iree.

simon-camp avatar Aug 20 '24 09:08 simon-camp