Roll-forward initial liveness analysis including test cases.
authorAlexander Belyaev <pifon@google.com>
Wed, 11 Dec 2019 16:01:56 +0000 (08:01 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 11 Dec 2019 16:13:43 +0000 (08:13 -0800)
commit4b0198acb523ba26b8d4384f0f61ca0b755cb0c6
tree3127a4c49c1385fb9dae66d2660b8e94038fe923
parent984fdde269f7f9421f9cd444a5c11d7b096b711e
Roll-forward initial liveness analysis including test cases.

Fix the usage of the map size when appending to the map with [].

PiperOrigin-RevId: 284985916
mlir/include/mlir/Analysis/Liveness.h [new file with mode: 0644]
mlir/lib/Analysis/CMakeLists.txt
mlir/lib/Analysis/Liveness.cpp [new file with mode: 0644]
mlir/test/Analysis/test-liveness.mlir [new file with mode: 0644]
mlir/test/lib/Transforms/CMakeLists.txt
mlir/test/lib/Transforms/TestLiveness.cpp [new file with mode: 0644]