[PATCH] D79854: [PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 15:12:09 PDT 2020


amyk added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pr45709.ll:5
+; RUN:     -ppc-vsr-nums-as-vr < %s | FileCheck %s
+define dso_local void @_ZN1a1bEv(<4 x float> %in) local_unnamed_addr #0 align 2 {
+; CHECK-LABEL: _ZN1a1bEv:
----------------
This is kind of minor, but it may be good to document about the fix in the test case or give the function a more descriptive name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79854/new/

https://reviews.llvm.org/D79854





More information about the llvm-commits mailing list