================
@@ -877,13 +877,19 @@ class TLBIEntry<string name, bits<3> op1, bits<4> crn,
bits<4> crm,
class TLBIPEntry<string name, bits<3> op1, bits<4> crn, bits<4> crm,
bits<3> op2, bit needsreg, bit optionalreg>
- : TLBICommon<name, op1, crn, crm, op2, needsreg, optionalreg>;
+ : TLBICommon<name, op1, crn, crm, op2, needsreg, optionalreg> {
+ bit AllowTLBID = 0;
+}
-multiclass TLBITableBase {
+multiclass TLBITableBase<bit WithAllowTLBID> {
----------------
jthackray wrote:
Ok, done, see comments lower down. I've made the logic as simple as I can.
https://github.com/llvm/llvm-project/pull/178913
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits