@@ -14,7 +14,7 @@
"name": "punctuation.definition.string.begin.cpp"
},
"1": {
- "name": "mlir.delimeter.raw.string.cpp"
VitalyAnkh wrote:
But it is indeed a typo. Should we correct it?
https://github.com/llvm/llvm-project/pu
https://github.com/VitalyAnkh edited
https://github.com/llvm/llvm-project/pull/108355
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/VitalyAnkh converted_to_draft
https://github.com/llvm/llvm-project/pull/108355
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -121,7 +121,7 @@ struct EmulateWideIntPass final
[&typeConverter](Operation *op) { return typeConverter.isLegal(op); });
RewritePatternSet patterns(ctx);
-// Add common pattenrs to support contants, functions, etc.
VitalyAnkh wrote:
You are
@@ -41,7 +41,7 @@ def Arith_CmpFPredicateAttr : I64EnumAttr<
I64EnumAttrCase<"OEQ", 1, "oeq">,
I64EnumAttrCase<"OGT", 2, "ogt">,
I64EnumAttrCase<"OGE", 3, "oge">,
- I64EnumAttrCase<"OLT", 4, "olt">,
matthias-springer wrote:
This is not a
@@ -335,7 +335,7 @@ SPIR-V Dialect op| LLVM Dialect op
`spirv.FOrdEqual` | `llvm.fcmp "oeq"`
`spirv.FOrdGreaterThan`| `llvm.fcmp "ogt"`
`spirv.FOrdGreaterThanEqual` | `llvm.fcmp "oge"`
-`spirv.FOrdLessThan` | `llvm.fcmp "olt"`
--
@@ -239,7 +239,7 @@ std::optional
mlir::detail::getDefaultIndexBitwidth(
// Returns the endianness if specified in the given entry. If the entry is
empty
// the default endianness represented by an empty attribute is returned.
-Attribute mlir::detail::getDefaultEndianness(Da
@@ -316,7 +316,7 @@ static omp::DeclareReductionOp
declareReduction(PatternRewriter &builder,
reduction, {arith::CmpFPredicate::OLT, arith::CmpFPredicate::OLE},
{arith::CmpFPredicate::OGT, arith::CmpFPredicate::OGE}, isMin) ||
matchSelectReduction(
-
@@ -14,7 +14,7 @@
"name": "punctuation.definition.string.begin.cpp"
},
"1": {
- "name": "mlir.delimeter.raw.string.cpp"
matthias-springer wrote:
I'm not sure if this is safe to change...
https://github.com/llvm/llvm-project/
@@ -121,7 +121,7 @@ struct EmulateWideIntPass final
[&typeConverter](Operation *op) { return typeConverter.isLegal(op); });
RewritePatternSet patterns(ctx);
-// Add common pattenrs to support contants, functions, etc.
matthias-springer wrote:
@@ -16,7 +16,7 @@ like Toy to get the information they need.
MLIR provides a set of always available-hooks for certain core transformations,
as seen in the [previous chapter](Ch-3.md), where we registered some
-canonicalizations via a hook on our operations (`getCanonicalizati
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 59731eebf8f24e3e90dc77e91a08d068b529cfc5
65c7658359b856bd736229d501def16027fd2a42 --e
llvmbot wrote:
@llvm/pr-subscribers-mlir-bufferization
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvml
llvmbot wrote:
@llvm/pr-subscribers-mlir-sparse
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Res
llvmbot wrote:
@llvm/pr-subscribers-mlir-tosa
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Restr
llvmbot wrote:
@llvm/pr-subscribers-mlir-gpu
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Restri
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
@llvm/pr-subscribers-mlir-ods
@llvm/pr-subscribers-mlir-arith
@llvm/pr-subscribers-mlir-linalg
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-pr
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Restr
llvmbot wrote:
@llvm/pr-subscribers-mlir-memref
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Res
llvmbot wrote:
@llvm/pr-subscribers-mlir-affine
Author: VitalyR (VitalyAnkh)
Changes
---
Patch is 140.25 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108355.diff
130 Files Affected:
- (modified)
clang-tools-extra/clang-tidy/llvmlibc/Res
20 matches
Mail list logo