[PATCH] D109902: [PowerPC] Improved codegen related to xscvdpsxws/xscvdpuxws
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 06:32:36 PDT 2021
amyk added a comment.
Additional nits regarding comments.
================
Comment at: llvm/test/CodeGen/PowerPC/test-vector-insert.ll:20
; RUN: -mcpu=pwr9 < %s | FileCheck %s --check-prefix=CHECK-BE-P9
; xscvdpsxws and uxws is only available on Power7 and above
; Codgen is different for LE Power7 and Power8
----------------
================
Comment at: llvm/test/CodeGen/PowerPC/test-vector-insert.ll:21
; xscvdpsxws and uxws is only available on Power7 and above
; Codgen is different for LE Power7 and Power8
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109902/new/
https://reviews.llvm.org/D109902
More information about the llvm-commits
mailing list