diff options
author | Evgeniy Brevnov <ybrevnov@azul.com> | 2021-02-24 18:10:22 +0700 |
---|---|---|
committer | Evgeniy Brevnov <ybrevnov@azul.com> | 2021-02-25 18:22:39 +0700 |
commit | 83d134c3c4222e8b8d3d90c099f749a3b3abc8e0 (patch) | |
tree | 7aaea7889b05cc50f9325981e5ac731623898b4a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8b82669d56936b135fb0729368a8f5dbb2fb3639 (diff) | |
download | llvm-83d134c3c4222e8b8d3d90c099f749a3b3abc8e0.zip llvm-83d134c3c4222e8b8d3d90c099f749a3b3abc8e0.tar.gz llvm-83d134c3c4222e8b8d3d90c099f749a3b3abc8e0.tar.bz2 |
[NARY-REASSOCIATE] Support reassociation of min/max
Support reassociation for min/max. With that we should be able to transform min(min(a, b), c) -> min(min(a, c), b) if min(a, c) is already available.
Reviewed By: mkazantsev
Differential Revision: https://reviews.llvm.org/D88287
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions