[PATCH] D132383: [InstCombine] Combine ptrauth sign/resign + auth/resign intrinsics.
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 11:35:25 PDT 2022
apazos 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
----------------
missing test cases for the combo resign - auth just like you have for the combo sign - auth
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132383/new/
https://reviews.llvm.org/D132383
More information about the llvm-commits
mailing list