This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0c3923e1dc
llvm-project
/
mlir
/
test
/
IR
/
check-help-output.mlir
5 lines
93 B
MLIR
Raw
Normal View
History
Unescape
Escape
Add custom lilith script. Add custom lilith script with paths set to MLIR tools directories to simplify lit test. PiperOrigin-RevId: 209486232
2018-08-21 05:37:39 +08:00
// RUN: mlir-opt --help | FileCheck %s
Switch the comment syntax from ; to // comments as discussed on Friday. There is no strong reason to prefer one or the other, but // is nice for consistency given the rest of the compiler is written in C++. PiperOrigin-RevId: 204628476
2018-07-15 14:06:24 +08:00
//
// CHECK: OVERVIEW: MLIR modular optimizer driver
Sketch out a new repository for the mlir project (go/mlir). PiperOrigin-RevId: 201540159
2018-06-22 00:49:33 +08:00