[all-commits] [llvm/llvm-project] 5e74cf: [X86] Add v32i8 and v64i8 tests to vec_smulo.ll an...
topperc via All-commits
all-commits at lists.llvm.org
Thu May 7 22:17:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e74cf29991c498de8905f039f1b0bbfc715acdc
https://github.com/llvm/llvm-project/commit/5e74cf29991c498de8905f039f1b0bbfc715acdc
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M llvm/test/CodeGen/X86/vec_smulo.ll
M llvm/test/CodeGen/X86/vec_umulo.ll
Log Message:
-----------
[X86] Add v32i8 and v64i8 tests to vec_smulo.ll and vec_umulo.ll. NFC
I was look at our vXi8 handling in LowerMULH and noticed that
vXi8 mulo uses but we don't test all types.
More information about the All-commits
mailing list