[PATCH] D48294: [Power9] Add __float128 support for compare operations

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 13:25:29 PDT 2018


lei added inline comments.


================
Comment at: test/CodeGen/PowerPC/f128-compare.ll:2
+; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \
+; RUN:   -enable-ppc-quad-precision -ppc-vsr-nums-as-vr < %s | FileCheck %s
+
----------------
lei wrote:
> need `-verify-machineinstrs`
`-ppc-vsr-nums-as-vr` is not needed since you are not referencing any registers at all in your checks


https://reviews.llvm.org/D48294





More information about the llvm-commits mailing list