[PATCH] D63707: [AArch64] Define ETE and TRBE system registers
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 01:28:50 PDT 2019
ostannard added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:743
+ FeaturePostRAScheduler,
+ FeatureETE
]>;
----------------
Why are you enabling this for the generic target? No existing hardware will have these instructions, so we should reject them unless they're explicitly enabled.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63707/new/
https://reviews.llvm.org/D63707
More information about the llvm-commits
mailing list