[PATCH] D97672: [DeadArgElim] Do not optimize builtin annotated calls.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 08:23:07 PST 2021


fhahn added a comment.

In D97672#2593819 <https://reviews.llvm.org/D97672#2593819>, @jeroen.dobbelaere wrote:

> This is an attempt to trigger the discussion. This patch fixes the observed issue, but it might not be the right place to do ?

I am not sure if that's the right place to fix it. It seems like we cannot really trust `builtin` in this case and there probably are other places that would also need fixing?


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

https://reviews.llvm.org/D97672



More information about the llvm-commits mailing list