[PATCH] D127530: [PowerPC] Extend GlobalISel implementation to emit and/or/xor.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 21:36:32 PDT 2022
amyk added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-logical.ll:1
+; RUN: llc -mtriple ppc64le-linux -global-isel -o - < %s | FileCheck %s -check-prefixes=CHECK,LINUX
+
----------------
Maybe we can autogenerate the checks? And perhaps add the `-ppc-asm-full-reg-names` option (since most of our other test cases also include this)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127530/new/
https://reviews.llvm.org/D127530
More information about the llvm-commits
mailing list