[PATCH] D76773: [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabled, fix PR45297
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 08:30:51 PDT 2020
sfertile accepted this revision.
sfertile added a comment.
Thank you for the updates. One minor comment, but patch LGTM.
================
Comment at: llvm/test/CodeGen/PowerPC/pr45297.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs \
; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mattr=+altivec \
----------------
Do we want to use `-ppc-asm-full-reg-names` to make the assembly easier to read?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76773/new/
https://reviews.llvm.org/D76773
More information about the llvm-commits
mailing list