Meinersbur created this revision.
Meinersbur added reviewers: ABataev, hfinkel.
Emit !llvm.mem.parallel_loop_access metadata for memory accesses even if the
parallel loop is not the top on the loop stack.
Fixes llvm.org/PR37558.
Repository:
rC Clang
https://reviews.llvm.org/D48808
Files:
Meinersbur updated this revision to Diff 153643.
Meinersbur added a comment.
- Reinsert test for the change in this patch
Repository:
rC Clang
https://reviews.llvm.org/D48734
Files:
lib/Sema/SemaChecking.cpp
test/Sema/attr-format_arg.c
Index: test/Sema/attr-format_arg.c
===
Meinersbur updated this revision to Diff 153642.
Meinersbur added a comment.
- Address Aaron's remarks
Repository:
rC Clang
https://reviews.llvm.org/D48734
Files:
lib/Sema/SemaChecking.cpp
test/Sema/attr-format_arg.c
Index: test/Sema/attr-format_arg.c
==
Author: yrnkrn
Date: Sat Jun 30 04:18:44 2018
New Revision: 336047
URL: http://llvm.org/viewvc/llvm-project?rev=336047&view=rev
Log:
Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is
already there
Modified:
cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c
EricWF planned changes to this revision.
EricWF added a comment.
Previously this patch performed and leaked a lot of `StringLiteral` temporaries.
I think I have a better solution for that problem, but this patch isn't it.
Updating patch incoming.
https://reviews.llvm.org/D37035
a_sidorin added a comment.
Hello Gabor,
The change looks reasonable to me. But could you please check if we can have
some code unification with structural matching?
Comment at: lib/AST/ASTImporter.cpp:2085
}
+ } else {
+if (!IsStructuralMatch