[PATCH] D72749: [PowerPC] Add exception constraint to FP sqrt, fma, min/max
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 14 15:34:39 PDT 2020
amyk added a comment.
Please adjust the RUN lines so they do not exceed 80 characters.
================
Comment at: llvm/test/CodeGen/PowerPC/fp-strict-fma-f128.ll:1
+; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr < %s -mtriple=powerpc64le-unknown-linux -mcpu=pwr9 -enable-ppc-quad-precision=true | FileCheck %s
+
----------------
Exceeding 80 characters.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72749/new/
https://reviews.llvm.org/D72749
More information about the llvm-commits
mailing list