[all-commits] [llvm/llvm-project] b1444e: [AST] Build recovery expression by default for all...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Nov 23 02:25:38 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: b1444edbf41c1fe9f7e676df6e873e9c9318283e
https://github.com/llvm/llvm-project/commit/b1444edbf41c1fe9f7e676df6e873e9c9318283e
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/include/clang/Basic/LangOptions.def
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector-error.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector2-error.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector3-error.c
M clang/test/CodeGen/builtins-ppc-error.c
M clang/test/Index/complete-switch.c
M clang/test/OpenMP/begin_declare_variant_messages.c
M clang/test/OpenMP/declare_variant_messages.c
M clang/test/Parser/objc-foreach-syntax.m
M clang/test/Sema/__try.c
M clang/test/Sema/enum.c
M clang/test/Sema/typo-correction.c
Log Message:
-----------
[AST] Build recovery expression by default for all language.
The dependency mechanism for C has been implemented, and we have rolled out
this to all internal users, didn't see crashy issues, we consider it is stable
enough.
Differential Revision: https://reviews.llvm.org/D89046
Commit: 01c4418544b7934f8216a6616562bbaf34dc6979
https://github.com/llvm/llvm-project/commit/01c4418544b7934f8216a6616562bbaf34dc6979
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir][Linalg] NFC - Factor out Linalg functionality for shape and loop bounds computation
This revision refactors code used in various Linalg transformations and makes it a first class citizen to the LinalgStructureOpInterface. This is in preparation to allowing more advanced Linalg behavior but is otherwise NFC.
Differential revision: https://reviews.llvm.org/D91863
Compare: https://github.com/llvm/llvm-project/compare/76a626b2061b...01c4418544b7
More information about the All-commits
mailing list