[all-commits] [llvm/llvm-project] b715fa: [mlir] Restructure C API tests for IR
ftynse via All-commits
all-commits at lists.llvm.org
Thu Nov 5 01:13:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b715fa330dfaa379885c5184340c410a63be5987
https://github.com/llvm/llvm-project/commit/b715fa330dfaa379885c5184340c410a63be5987
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M mlir/test/CAPI/ir.c
Log Message:
-----------
[mlir] Restructure C API tests for IR
The test file is a long list of functions, followed by equally long FileCheck
comments inside "main". Distribute FileCheck comments closer to the functions
that produce the output we are checking.
Reviewed By: mehdi_amini, stellaraccident
Differential Revision: https://reviews.llvm.org/D90743
More information about the All-commits
mailing list