Skip to content

Commit b82566c

Browse files
SC llvm teamSC llvm team
authored andcommitted
Merged main:a7ba73bf614f6d147bd1cdaddee156bd85e31703 into amd-gfx:34490a8fca3b
Local branch amd-gfx 34490a8 Merged main:ee0d70633872a30175cf29f81de7b2dbf771d708 into amd-gfx:4684014f0059 Remote branch main a7ba73b [RISCV] Fix conflicting CHECK prefixes in fixed-vectors-fp.ll. NFC
2 parents 34490a8 + a7ba73b commit b82566c

File tree

3 files changed

+872
-14
lines changed

3 files changed

+872
-14
lines changed

clang/lib/Parse/ParseOpenMP.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,8 +2954,6 @@ StmtResult Parser::ParseOpenMPDeclarativeOrExecutableDirective(
29542954
}
29552955
break;
29562956
}
2957-
case OMPD_reverse:
2958-
case OMPD_interchange:
29592957
case OMPD_declare_target: {
29602958
SourceLocation DTLoc = ConsumeAnyToken();
29612959
bool HasClauses = Tok.isNot(tok::annot_pragma_openmp_end);

llvm/include/llvm/Config/llvm-config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/* Indicate that this is LLVM compiled from the amd-gfx branch. */
1818
#define LLVM_HAVE_BRANCH_AMD_GFX
19-
#define LLVM_MAIN_REVISION 509956
19+
#define LLVM_MAIN_REVISION 509959
2020

2121
/* Define if LLVM_ENABLE_DUMP is enabled */
2222
#cmakedefine LLVM_ENABLE_DUMP

0 commit comments

Comments
 (0)