commit | f57fb82e0f90b4c667a0d044c14d9deaa22d3a99 | [log] [tgz] |
---|---|---|
author | Kevin P. Neal <kevin.neal@sas.com> | Tue Jul 25 15:05:21 2023 -0400 |
committer | Kevin P. Neal <kevin.neal@sas.com> | Wed Jul 26 09:14:25 2023 -0400 |
tree | 6651deaefdf6a3e1ee0a95446b9aa1affb5cfc53 | |
parent | 7e0e8b7acee4be6d7fdeffc3c14738ab1fc962cd [diff] |
[FPEnv][AArch64] Correct strictfp tests. Correct AArch64 strictfp tests to follow the rules documented in the LangRef: https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics Mostly these tests just needed the strictfp attribute on function definitions. I've also removed the strictfp attribute from uses of the constrained intrinsics because it comes by default since D154991, but I only did this in tests I was changing anyway. I have removed attributes added to declare lines of intrinsics. The attributes of intrinsics cannot be changed in a test so I eliminated attempts to do so. Test changes verified with D146845.
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.