pytorch
f730f259 - [NNC] Implement Cond in LLVM codegen (#47256)

Commit
4 years ago
[NNC] Implement Cond in LLVM codegen (#47256) Summary: Generate LLVM IR for statements such as ``` if (...) { .... } else { .... } ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/47256 Test Plan: added unit tests to test_llvm.cpp Reviewed By: nickgg Differential Revision: D24699080 Pulled By: cheng-chang fbshipit-source-id: 83b0cebcd242828263eb6052483f0924b5f091ce
Author
Cheng Chang
Parents
Loading