summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/instr-properties.ll
blob: 8d71152883066c1555f1f1093b66975cd65b8da9 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -verify-misched -stop-after=machine-scheduler -o - | FileCheck %s --check-prefix=CHECK-P8

; Verify XFLOADf64 didn't implict def 'rm'.
define double @rm() {
; CHECK-P8-LABEL: bb.0.entry
; CHECK-P8: %{{[0-9]+}}:vsfrc = XFLOADf64 $zero8, %{{[0-9]+}} ::
entry:
  ret double 2.300000e+00
}
OpenPOWER on IntegriCloud