forked from OSchip/llvm-project
The IEEE-754 Standard makes it clear that fneg(x) and fsub(-0.0, x) are two different operations. The former is a bitwise operation, while the latter is an arithmetic operation. This patch creates a dedicated FNeg IR Instruction to model that behavior. Differential Revision: https://reviews.llvm.org/D53877 llvm-svn: 346774 |
||
|---|---|---|
| .. | ||
| Transforms | ||
| Analysis.h | ||
| BitReader.h | ||
| BitWriter.h | ||
| Comdat.h | ||
| Core.h | ||
| DataTypes.h | ||
| DebugInfo.h | ||
| Disassembler.h | ||
| DisassemblerTypes.h | ||
| Error.h | ||
| ErrorHandling.h | ||
| ExecutionEngine.h | ||
| IRReader.h | ||
| Initialization.h | ||
| LinkTimeOptimizer.h | ||
| Linker.h | ||
| Object.h | ||
| OptRemarks.h | ||
| OrcBindings.h | ||
| Support.h | ||
| Target.h | ||
| TargetMachine.h | ||
| Types.h | ||
| lto.h | ||
| module.modulemap | ||