[PATCH] D132383: [InstCombine] Combine ptrauth sign/resign + auth/resign intrinsics.
Ahmed Bougacha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 13:31:01 PDT 2022
ab added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/ptrauth-intrinsics.ll:11
+ %signed = call i64 @llvm.ptrauth.sign(i64 %tmp0, i32 1, i64 1234)
+ %authed = call i64 @llvm.ptrauth.auth(i64 %signed, i32 1, i64 1234)
+ ret i64 %authed
----------------
apazos wrote:
> missing test cases for the combo resign - auth just like you have for the combo sign - auth
Good catch, added!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132383/new/
https://reviews.llvm.org/D132383
More information about the llvm-commits
mailing list