[PATCH] D111334: [ObjC][ARC] Handle operand bundle "clang.arc.attachedcall" on targets that don't use the inline asm marker
Akira Hatanaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 14:54:14 PDT 2021
ahatanak added a comment.
No, only arm64 and x86-64 can correctly handle the operand bundle in the backend. I should mention that this only changes the middle-end passes and we still need to make changes to the backend to handle arbitrary targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111334/new/
https://reviews.llvm.org/D111334
More information about the llvm-commits
mailing list