[PATCH] D63463: [CodeGen] Add missing vector type legalization for ctlz_zero_undef
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 14:16:03 PDT 2019
RKSimon added a reviewer: RKSimon.
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec_clz.ll:1
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -x86-experimental-vector-widening-legalization | FileCheck %s
+
----------------
Please can you use update_llc_test_checks.py to regenerate this? (and maybe the ppc file as well)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63463/new/
https://reviews.llvm.org/D63463
More information about the llvm-commits
mailing list