Fixed bugs that occured when using bitwise operators on floating point type expressio...
authorpankratz <35379668+dpankratz@users.noreply.github.com>
Tue, 18 Feb 2020 02:48:05 +0000 (19:48 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 02:48:05 +0000 (18:48 -0800)
commit976c08ad61cca9989331bfa57e83bcf92ed20798
treebc9ac66c6b9c1fc72dc8f00097cc61e8ea3f374c
parent08338dd5f8089b4fbf61ae8a63f02277dfcca713
Fixed bugs that occured when using bitwise operators on floating point type expressions. Further crash when using ops <<, >>, %. Finally added regression tests for both types of bug. (#4892)
python/tvm/tir/expr.py
src/tir/ir/op.cc
tests/python/unittest/test_lang_basic.py