[PATCH] D141458: [X86] Add RMPQUERY to SNP instructions
Ganesh Gopalasubramanian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 21:49:25 PST 2023
GGanesh added a comment.
In D141458#4043650 <https://reviews.llvm.org/D141458#4043650>, @RKSimon wrote:
> Is it worth adding a SNP feature predicate to X86.td? Are they ever going to be exposed as intrinsics or just asm?
SNP is there from znver3. We earlier planned to add some intrinsics. Then decided that these instructions will be system instructions so will be just asm. May be if we decide to add those intrinsics in future, we will have the predicate then. At present, I will not be adding the intrinsics. For znver3, we initially had the predicate as placeholder and then removed it as the intrinsics weren't there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141458/new/
https://reviews.llvm.org/D141458
More information about the llvm-commits
mailing list