[llvm] [AArch64] Define high bits of FPR and GPR registers (take 2) (PR #114827)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 03:50:37 PST 2024
================
@@ -396,6 +399,9 @@ class MCRegisterInfo {
/// Returns true if the given register is constant.
bool isConstant(MCRegister RegNo) const { return get(RegNo).IsConstant; }
+ /// Returns true if the given register is artificial.
----------------
davemgreen wrote:
Is it worth explaining what Artificial means more precisely?
https://github.com/llvm/llvm-project/pull/114827
More information about the llvm-commits
mailing list