[TIR][PASS] dtype rewrite for indexing variables (#5092)
authorHaozheng Fan <fanhaozh@amazon.com>
Thu, 2 Apr 2020 16:04:33 +0000 (00:04 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 16:04:33 +0000 (09:04 -0700)
commit4e5c5843e7c078e39d89c4ee2163f1fd40aef952
tree0dc24469312b551e254803d4d6f5d74ee714615c
parent4195b2e250dc0606b37b573143314b5c787f3152
[TIR][PASS] dtype rewrite for indexing variables (#5092)
16 files changed:
include/tvm/arith/analyzer.h
include/tvm/tir/ir_pass.h
include/tvm/tir/transform.h
python/tvm/driver/build_module.py
python/tvm/tir/expr.py
python/tvm/tir/ir_builder.py
python/tvm/tir/transform/transform.py
src/arith/const_int_bound.cc
src/target/llvm/codegen_cpu.cc
src/target/llvm/codegen_llvm.cc
src/tir/ir/buffer.cc
src/tir/pass/ffi_api.cc
src/tir/pass/loop_partition.cc
src/tir/pass/unroll_loop.cc
src/tir/transforms/narrow_datatype.cc [new file with mode: 0644]
tests/python/unittest/test_tir_transform_narrow_datatype.py [new file with mode: 0644]