mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
LLVM currently represents floating-point negation as -0.0 - x. Fix
FastISel to recognize this pattern and emit a floating-point negation using xor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -300,6 +300,8 @@ protected:
|
||||
private:
|
||||
bool SelectBinaryOp(User *I, ISD::NodeType ISDOpcode);
|
||||
|
||||
bool SelectFNeg(User *I);
|
||||
|
||||
bool SelectGetElementPtr(User *I);
|
||||
|
||||
bool SelectCall(User *I);
|
||||
|
Reference in New Issue
Block a user