[PATCH] D68576: [PowerPC] Fix VSX clobbers of CSR registers

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 18:07:41 PDT 2019


nemanjai marked an inline comment as done.
nemanjai added inline comments.


================
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 \
----------------
amyk wrote:
> Should we add `-verify-machineinstrs` to the test case?
Yup. We should. I'll add it on the next revision.


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