[PATCH] D94597: [X86] Lower calls with clang.arc.attachedcall bundle

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 08:49:26 PDT 2021


ahatanak added a comment.

Yes, I think that's better. The verifier currently rejects that IR since taking addresses of intrinsic functions isn't allowed (see https://reviews.llvm.org/D92808#2558928), but probably that can be fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94597



More information about the llvm-commits mailing list