llvm-project
eb739e93 - [NFC] [MTE] simplify tagp logic (#110337)

Commit
1 year ago
[NFC] [MTE] simplify tagp logic (#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.
Author
Parents
Loading