-
Notifications
You must be signed in to change notification settings - Fork 15k
Open
Labels
questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!testing-tools
Description
// CHECK-LITERAL: bytecode.sparse = sparse<[[0, 0], [1, 2]], [1, 5]> : tensor<3x4xi32> |
Found a lit test with expression "CHECK-LITERAL"
// CHECK-LABEL: @TestSparseElements
module @TestSparseElements attributes {
// CHECK-LITERAL: bytecode.sparse = sparse<[[0, 0], [1, 2]], [1, 5]> : tensor<3x4xi32>
bytecode.sparse = sparse<[[0, 0], [1, 2]], [1, 5]> : tensor<3x4xi32>
} {}
Is it a typo or "// CHECK-LITERAL: " should work for some versions?
We have some CHECK-LITERAL
on own private mlir-based code. Confirming if they are supposed to be replaced by CHECK{LITERAL}
Metadata
Metadata
Assignees
Labels
questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!testing-tools