summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2021-07-09 16:41:36 +0200
committerAlex Zinenko <zinenko@google.com>2021-07-12 11:09:42 +0200
commit26e59cc19f8646ca59e2d699882c611980f2b563 (patch)
tree36f1dd8350f8e777f80fd240c7f5a82be9945874 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentd2e4ccc79023fcc5fb87ec6873a7856250e55eaa (diff)
[mlir] factor math-to-llvm out of standard-to-llvm
After the Math has been split out of the Standard dialect, the conversion to the LLVM dialect remained as a huge monolithic pass. This is undesirable for the same complexity management reasons as having a huge Standard dialect itself, and is even more confusing given the existence of a separate dialect. Extract the conversion of the Math dialect operations to LLVM into a separate library and a separate conversion pass. Reviewed By: silvas Differential Revision: https://reviews.llvm.org/D105702
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions