[llvm-branch-commits] [NFC] [MTE] simplify tagp logic (PR #110337)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 27 16:09:44 PDT 2024
https://github.com/fmayer created https://github.com/llvm/llvm-project/pull/110337
We would put a placeholder in the tagp instruction, then replace all
uses of the original alloca with this, then replace the placeholder.
We use replaceUsesWithIf anyway, so it's easier to understand if we just
exclude the tagp call there.
More information about the llvm-branch-commits
mailing list