[llvm] [X86] Support EGPR (R16-R31) for APX (PR #67702)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 8 19:09:54 PDT 2023
================
@@ -150,6 +150,11 @@ class X86InstrInfo final : public X86GenInstrInfo {
public:
explicit X86InstrInfo(X86Subtarget &STI);
+ const TargetRegisterClass *
----------------
phoebewang wrote:
Other overloaded functions have their comments too, it's not always identical to the base class.
https://github.com/llvm/llvm-project/pull/67702
More information about the llvm-commits
mailing list