[PATCH] D68576: [PowerPC] Fix VSX clobbers of CSR registers
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 22:46:12 PDT 2019
amyk added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: test/CodeGen/PowerPC/inline-asm-vsx-clobbers.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \
+; RUN: -enable-ppc-quad-precision -ppc-vsr-nums-as-vr \
----------------
Should we add `-verify-machineinstrs` to the test case?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68576/new/
https://reviews.llvm.org/D68576
More information about the llvm-commits
mailing list