This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb28b309401cc450eec034a9ea4e972798fd15ce
clang-p2996
/
mlir
/
include
/
mlir
/
Transforms
History
River Riddle
eb28b30940
NFC: Cleanup the naming scheme for registering legalization actions to be consistent, and move a file functions to the source file.
...
PiperOrigin-RevId: 252639629
2019-06-11 10:14:35 -07:00
..
DialectConversion.h
NFC: Cleanup the naming scheme for registering legalization actions to be consistent, and move a file functions to the source file.
2019-06-11 10:14:35 -07:00
FoldUtils.h
Add utility 'create' methods to OperationFolder that will create an operation with a given OpBuilder and automatically try to fold it, similarly to OpBuilder::createOrFold. The difference here is that these methods enable folding to constants in addition to existing values. This functionality is then used to replace linalg::FunctionConstants.
2019-06-09 16:19:51 -07:00
LoopFusionUtils.h
Affine Loop Fusion Utility Module (1/n).
2019-06-01 20:00:23 -07:00
LoopUtils.h
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region instead of a function.
2019-06-09 16:17:59 -07:00
LowerAffine.h
Fix mismatched-tags warning.
2019-06-01 20:05:51 -07:00
Passes.h
Affine Loop Fusion Utility Module (1/n).
2019-06-01 20:00:23 -07:00
Utils.h
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region instead of a function.
2019-06-09 16:17:59 -07:00
ViewFunctionGraph.h
Make FunctionPass::getFunction() return a reference to the function, instead of
2019-03-29 17:40:44 -07:00