aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorjacquesguan <Jianjian.Guan@streamcomputing.com>2022-05-20 06:40:14 +0000
committerjacquesguan <Jianjian.Guan@streamcomputing.com>2022-06-14 03:15:19 +0000
commit5179f885d159a01e00c208e3255052fe0fde06bf (patch)
tree41d7c2ef979cd80085398ce996c92cc00a018377 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent059ee5d9378d3abfcfd301f4d083ca399df2045e (diff)
downloadllvm-5179f885d159a01e00c208e3255052fe0fde06bf.zip
llvm-5179f885d159a01e00c208e3255052fe0fde06bf.tar.gz
llvm-5179f885d159a01e00c208e3255052fe0fde06bf.tar.bz2
[mlir][Arithmetic] Fold NegF in MulF and DivF.
This patch adds the following combination: mulf(negf(x), negf(y)) -> mulf(x, y) divf(negf(x), negf(y)) -> divf(x, y) Differential Revision: https://reviews.llvm.org/D126044
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions