Revert D29399533: Hoisting common expressions out of If blocks
authorAlban Desmaison <albandes@fb.com>
Thu, 19 Aug 2021 13:19:20 +0000 (06:19 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Aug 2021 13:20:40 +0000 (06:20 -0700)
commitce61100923b3b423a8c0dbbda4d551d0c1e8c358
tree0cc255cd9f3b10e30f32bc4e7ddf53da1fda514d
parent6bb68ba5075a9948e9f52246453e964749226098
Revert D29399533: Hoisting common expressions out of If blocks

Test Plan: revert-hammer

Differential Revision:
D29399533 (https://github.com/pytorch/pytorch/commit/9477211e7d609ce382c0e22d7721c14c36d083de)

Original commit changeset: 9336b9dc48c0

fbshipit-source-id: f081c7280203f40328bcbb0c03a7c6a007acedb7
12 files changed:
test/jit/test_if_hoisting.py [deleted file]
test/quantization/jit/test_quantize_jit.py
test/test_jit.py
tools/build_variables.bzl
torch/_C/__init__.pyi.in
torch/csrc/jit/ir/node_hashing.cpp
torch/csrc/jit/passes/common_expression_hoisting.cpp [deleted file]
torch/csrc/jit/passes/common_expression_hoisting.h [deleted file]
torch/csrc/jit/passes/symbolic_shape_analysis.cpp
torch/csrc/jit/python/init.cpp
torch/csrc/jit/runtime/graph_executor.cpp
torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp