[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for TLBI Domains (FEAT_TLBID) (PR #163156)
Jonathan Thackray via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 22 06:00:26 PDT 2025
================
@@ -0,0 +1,84 @@
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+tlbid,+tlb-rmi,+tlbiw < %s \
----------------
jthackray wrote:
Yes, we do. Lots of the `tlbi` instructions also require these to be enabled.
https://github.com/llvm/llvm-project/pull/163156
More information about the llvm-branch-commits
mailing list