llvm-capstone/llvm
David Green 589c940eb3 [DAG] Fix and expand fmin/fmax reassociation fold.
This call to reassociateReduction is used by both fminnum/fmaxnum and
fminimum/fmaximum. In adding support for fminimum/fmaximum we appear to be
fixing the use of an incorrect reduction type, which should have only applied
to minnum/maxnum.

I also believe that it doesn't need nsz and reassoc to perform the
reassociation. For float min/max it should always be valid.

Differential Revision: https://reviews.llvm.org/D153247
2023-06-23 14:45:14 +01:00
..
benchmarks
bindings [OCaml] Rename link_modules' to link_modules 2023-06-16 09:18:26 -04:00
cmake Revert "Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_INTDIR var." 2023-06-21 10:20:35 -07:00
docs [RISCV][doc] Document support for zvfbfmin and zvfbfwma 2023-06-23 14:22:25 +01:00
examples [tutorials] Add missing ExecutorSymbolDef header. 2023-06-21 08:51:17 -07:00
include [InstCombine] Track inserted instructions when lowering objectsize 2023-06-23 15:36:23 +02:00
lib [DAG] Fix and expand fmin/fmax reassociation fold. 2023-06-23 14:45:14 +01:00
projects
resources
runtimes Revert "Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD" 2023-06-06 16:01:05 -07:00
test [DAG] Fix and expand fmin/fmax reassociation fold. 2023-06-23 14:45:14 +01:00
tools [symbolizer] Check existence of input file in GNU mode 2023-06-23 17:20:15 +07:00
unittests [ConstantRange] Calculate precise range for multiply by -1 2023-06-23 12:17:48 +02:00
utils [NFC] clang-format GlobalISelEmitter.cpp 2023-06-23 11:42:51 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [LLVM] Removes CMake work-arounds. 2023-06-07 18:04:13 +02:00
CODE_OWNERS.TXT Update CODE_OWNERS.TXT 2023-06-09 12:35:02 -07:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.