mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
3a2064d3a0
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 | ||
Initialization.h | ||
IRReader.h | ||
Linker.h | ||
LinkTimeOptimizer.h | ||
lto.h | ||
module.modulemap | ||
Object.h | ||
OptRemarks.h | ||
OrcBindings.h | ||
Support.h | ||
Target.h | ||
TargetMachine.h | ||
Types.h |