commit | 08b3617b9f413c9225e9e985bc671fa46ff9e570 | [log] [tgz] |
---|---|---|
author | YunQiang Su <yunqiang@isrc.iscas.ac.cn> | Fri May 09 16:26:08 2025 +0800 |
committer | GitHub <noreply@github.com> | Fri May 09 16:26:08 2025 +0800 |
tree | c38b9cc418d7e0c57212ff2c0fe09cb6bc00b148 | |
parent | 68dccb9fa0b09b3485acfc0d436c1d66a4089b8f [diff] |
LoongArch: Set FMAXNUM and FMINNUM as Legal (#139010) Now we define FMAXNUM and FMINNUM as IEEE754-2008 with +0.0>-0.0. LoongArch's fmax/fmin just follow this rules full. FMAXNUM_IEEE and FMINNUM_IEEE will be removed in future once: Fixes FMAXNUM/FMINNUM for all targets The use of FMAXNUM_IEEE/FMINNUM_IEEE are not used by middle end anymore.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.