[PATCH] D91087: [AArch64] Select PAC/PACGA for ptrauth.sign/sign_generic.
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 11:04:09 PST 2020
danielkiss added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/ptrauth-intrinsics.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple arm64e-apple-darwin -verify-machineinstrs | FileCheck %s --check-prefixes=ALL
+
----------------
I'd prefer adding one more RUN line instead of duplicating the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91087/new/
https://reviews.llvm.org/D91087
More information about the llvm-commits
mailing list