Narrower vectors will be widened to 128 bits without changing the element size. And generic type legalization can already handle widening mulhu/mulhs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54513
[X86] Allow pmulh to be formed from narrow vXi16 vectors under -x86-experimental-vector-widening-legalization ClosedPublic Authored by craig.topper on Nov 14 2018, 12:23 AM.
Details Summary Narrower vectors will be widened to 128 bits without changing the element size. And generic type legalization can already handle widening mulhu/mulhs.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 14 2018, 7:09 AM Closed by commit rL346879: [X86] Allow pmulh to be formed from narrow vXi16 vectors under -x86… (authored by ctopper). · Explain WhyNov 14 2018, 10:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174062 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/pmulh.ll
|