[PATCH] D156288: [LLVM] refactor GenericSSAContext and its specializations
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 20:51:13 PDT 2023
sameerds created this revision.
sameerds added reviewers: nhaehnle, foad, arsenm.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
sameerds requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Fix the GenericSSAContext template so that it actually declares all the
necessary typenames and the methods that must be implemented by its
specializations SSAContext and MachineSSAContext.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156288
Files:
llvm/include/llvm/ADT/GenericCycleImpl.h
llvm/include/llvm/ADT/GenericCycleInfo.h
llvm/include/llvm/ADT/GenericSSAContext.h
llvm/include/llvm/ADT/GenericUniformityImpl.h
llvm/include/llvm/ADT/GenericUniformityInfo.h
llvm/include/llvm/CodeGen/MachineSSAContext.h
llvm/include/llvm/IR/SSAContext.h
llvm/lib/Analysis/UniformityAnalysis.cpp
llvm/lib/CodeGen/MachineSSAContext.cpp
llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
llvm/lib/IR/SSAContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156288.544193.patch
Type: text/x-patch
Size: 22692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/855afbef/attachment.bin>
More information about the llvm-commits
mailing list