brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 25fe46b Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2 | FileCheck %s3; PR12644 5define double @foo(double %x) {6; CHECK-LABEL: foo:7; CHECK:       # %bb.0:8; CHECK-NEXT:    mulsd {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm09; CHECK-NEXT:    retq10        %y = fmul double %x, 5.000000e-0111        ret double %y12}13