[PATCH] D136366: [PowerPC] Add new DMR register classes to Future CPU.
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 12:32:53 PDT 2022
stefanp added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/future-check-features.ll:1
-; RUN: llc -mattr=pcrelative-memops,prefix-instrs,paired-vector-memops,mma,rop-protect,privileged \
+; RUN: llc -mattr=isa-future-instructions,pcrelative-memops,prefix-instrs,paired-vector-memops,mma,rop-protect,privileged \
; RUN: -verify-machineinstrs -mtriple=powerpc64le-unknown-unknown \
----------------
amyk wrote:
> nit: Are these run lines too long?
> nit: Are these run lines too long?
Yes, they are too long.
I actually think they were too long in the original test too but I'll fix it with this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136366/new/
https://reviews.llvm.org/D136366
More information about the llvm-commits
mailing list