We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dc51c commit d2b3307Copy full SHA for d2b3307
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
@@ -2736,9 +2736,6 @@ class OpenMPIRBuilder {
2736
static void writeThreadBoundsForKernel(const Triple &T, Function &Kernel,
2737
int32_t LB, int32_t UB);
2738
2739
- /// Write the global variable to indicate which amdgcn ABI to use
2740
- static void emit__oclc_ABI_version(Module &M, int32_t COV);
2741
-
2742
/// Read/write a bounds on teams for \p Kernel. Read will return 0 if none
2743
/// is set.
2744
static std::pair<int32_t, int32_t> readTeamBoundsForKernel(const Triple &T,
0 commit comments