[PATCH] D80151: [PowerPC] Fix pattern for DCBFL/DCBFLP instrinsics.
Anil Mahmud via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 04:25:00 PDT 2020
anil9 marked an inline comment as done.
anil9 added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/dcbf.ll:7
+; RUN: -ppc-vsr-nums-as-vr --filetype=obj | \
+; RUN: llvm-objdump --mcpu=future -dr - | FileCheck %s --check-prefix=CHECK-O
----------------
lkail wrote:
> nit: Maybe we can have a more verbose name for check-prefix.
I followed the same convention as other test cases which check assembly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80151/new/
https://reviews.llvm.org/D80151
More information about the llvm-commits
mailing list