| ; fcfid and fctid should be generated when the 64bit feature is enabled, but not
|
| ; RUN: llc < %s -march=ppc32 -mattr=+64bit | \
|
| ; RUN: llc < %s -march=ppc32 -mattr=+64bit | \
|
| ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
|
| ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
|
| ; RUN: llc < %s -march=ppc32 -mattr=-64bit | \
|
| ; RUN: llc < %s -march=ppc32 -mattr=-64bit | \
|
| ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
|
| ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
|
| define double @X(double %Y) {
|
| %A = fptosi double %Y to i64 ; <i64> [#uses=1]
|
| %B = sitofp i64 %A to double ; <double> [#uses=1]
|