mcberg2021 added inline comments.
Comment at: clang/lib/CodeGen/CGLoopInfo.cpp:673
+setInterleaveEnable(false);
setInterleaveCount(1);
break;
Can you update the comments on lines: 665 and 671 as they both need update.
Repository:
rG
mcberg2017 added a comment.
I should do the other DAG combiner fma changes after this is wrapped up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72675/new/
https://reviews.llvm.org/D72675
___
cfe-commits mailing list
cfe-commits@lists.llv
mcberg2017 added a comment.
We crossed that bridge internally at Apple a while ago, meaning I have some
code debt for cleaning up open source for fma formation that uses contract and
reassoc differently than we do today, both together and separately, case by
case.
CHANGES SINCE LAST ACTION
mcberg2017 added a comment.
For us this would be an impediment as we have math models that want ieee
behavior while relaxing precision. Adding nnan or ninf would obstruct those
choices.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70488/new/
ht