LLVM currently represents floating-point negation as -0.0 - x. Fix
FastISel to recognize this pattern and emit a floating-point negation using xor. llvm-svn: 80963
Loading
Please register or sign in to comment
FastISel to recognize this pattern and emit a floating-point negation using xor. llvm-svn: 80963