[PATCH] D139209: [IRMover] Remove UB implying parameter attributes when necessary

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 15:50:28 PST 2022


gulfem added a comment.

In D139209#4013982 <https://reviews.llvm.org/D139209#4013982>, @TimNN wrote:

> In D139209#4013911 <https://reviews.llvm.org/D139209#4013911>, @gulfem wrote:
>
>> I'm thinking that I can land D137360 <https://reviews.llvm.org/D137360>, and you can extend `updateAttributes()` function to include a src and dest arguments, and call your `ensureFunctionCompatibility()` function from there.
>
> Yeah, sounds good! I don't know when I'll have time to come back to this during the holidays, so go ahead and submit yours if is ready and I'll adapt.

Great, I landed D137360 <https://reviews.llvm.org/D137360>! Feel free to change `updateAttributes()` function when you revisit this. Happy holidays!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139209/new/

https://reviews.llvm.org/D139209



More information about the llvm-commits mailing list