aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorQiu Chaofan <qiucofan@cn.ibm.com>2020-10-20 10:13:01 +0800
committerQiu Chaofan <qiucofan@cn.ibm.com>2020-10-20 10:13:01 +0800
commit1b2fe71ecf6bd647a244fc64c231e31dfe1faaa2 (patch)
treefb1cb52cba2ccf65d5f4c5c676beccaa3c455592 /clang/lib/Frontend/CompilerInvocation.cpp
parent76c0092665867a6defcd328ba0d0d976eb65d991 (diff)
downloadllvm-1b2fe71ecf6bd647a244fc64c231e31dfe1faaa2.zip
llvm-1b2fe71ecf6bd647a244fc64c231e31dfe1faaa2.tar.gz
llvm-1b2fe71ecf6bd647a244fc64c231e31dfe1faaa2.tar.bz2
[DAGCombiner] Tighten reasscociation of visitFMA
From LangRef, FMF contract should not enable reassociating to form arbitrary contractions. So it should not help rearrange nodes like (fma (fmul x, c1), c2, y) into (fma x, c1*c2, y). Reviewed By: spatel Differential Revision: https://reviews.llvm.org/D89527
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions