aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2025-11-10 14:40:39 -0800
committerGitHub <noreply@github.com>2025-11-10 22:40:39 +0000
commit11ab23c33db5c990489023c91260435db288efd8 (patch)
tree8db1843b3551dd2c2b487e426a4e098ca73f120d /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
parentad9eb0d01649d82b17b68fa66fac2ae0a31744db (diff)
downloadllvm-11ab23c33db5c990489023c91260435db288efd8.zip
llvm-11ab23c33db5c990489023c91260435db288efd8.tar.gz
llvm-11ab23c33db5c990489023c91260435db288efd8.tar.bz2
CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)
Both conceptually belong to the same subtarget, so it should not be necessary to pass in the context TargetRegisterInfo to any TargetInstrInfo member. Add this reference so those superfluous arguments can be removed. Most targets placed their TargetRegisterInfo as a member in TargetInstrInfo. A few had this owned by the TargetSubtargetInfo, so unify all targets to look the same.
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions