aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-11-07 09:53:27 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-11-07 09:54:04 -0800
commit6b4e30b7c80782a2e1616c739b8a598ed72b725d (patch)
tree373bd95995aebd74b65fed0eb71bb158a60ee794 /mlir/test/CMakeLists.txt
parent5fbdb67b0aa7f01b17dcca62e08e3db38d021fce (diff)
downloadllvm-6b4e30b7c80782a2e1616c739b8a598ed72b725d.zip
llvm-6b4e30b7c80782a2e1616c739b8a598ed72b725d.tar.gz
llvm-6b4e30b7c80782a2e1616c739b8a598ed72b725d.tar.bz2
Add Ch-7 of the toy tutorial detailing how to define new types.
This chapter adds a new composite type to Toy, and shows the process of adding a new type to the IR, adding and updating operations to use it, and constant folding operations producing it. PiperOrigin-RevId: 279107885
Diffstat (limited to 'mlir/test/CMakeLists.txt')
-rw-r--r--mlir/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 9c11adc..9579254 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -50,6 +50,7 @@ if(LLVM_BUILD_EXAMPLES)
toyc-ch4
toyc-ch5
toyc-ch6
+ toyc-ch7
)
endif()