mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Test commit access - add a blank line in comment.
llvm-svn: 257192
This commit is contained in:
parent
879f86bb78
commit
2918c7c030
@ -7325,6 +7325,7 @@ SDValue DAGCombiner::visitBITCAST(SDNode *N) {
|
||||
// fold (bitcast (fneg x)) ->
|
||||
// flipbit = signbit
|
||||
// (xor (bitcast x) (build_pair flipbit, flipbit))
|
||||
//
|
||||
// fold (bitcast (fabs x)) ->
|
||||
// flipbit = (and (extract_element (bitcast x), 0), signbit)
|
||||
// (xor (bitcast x) (build_pair flipbit, flipbit))
|
||||
|
Loading…
Reference in New Issue
Block a user