[PATCH] D34815: [Power9] Spill gprs to vector registers rather than stack

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 3 20:21:02 PDT 2017


hfinkel added inline comments.


================
Comment at: test/CodeGen/PowerPC/gpr-vsr-spill2.ll:1
+; RUN: llc -verify-machineinstrs -mcpu=pwr9 -ppc-enable-gpr-to-vsr-spills  < %s | FileCheck %s
+
----------------
Having this as an IR-level test seems fragile. Could you make this into a (simpler) MIR test that shows the behavior?


https://reviews.llvm.org/D34815





More information about the llvm-commits mailing list