Similar to the previous prefer-256-bit flag. We might want to
enable this by default some CPUs. This just starts the initial
work to implement and prove that it effects TTI's vector width.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67311
[X86] Add prefer-128-bit subtarget feature. ClosedPublic Authored by craig.topper on Sep 6 2019, 9:35 PM.
Details Summary Similar to the previous prefer-256-bit flag. We might want to
Diff Detail
Event Timelinecraig.topper added inline comments.
This revision is now accepted and ready to land.Sep 7 2019, 4:45 AM Closed by commit rL371319: [X86] Add prefer-128-bit subtarget feature. (authored by ctopper). · Explain WhySep 7 2019, 12:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219249 llvm/trunk/lib/Target/X86/X86.td
llvm/trunk/lib/Target/X86/X86Subtarget.h
llvm/trunk/lib/Target/X86/X86Subtarget.cpp
llvm/trunk/lib/Target/X86/X86TargetTransformInfo.h
llvm/trunk/test/Transforms/SLPVectorizer/X86/arith-add.ll
llvm/trunk/test/Transforms/SLPVectorizer/X86/arith-fp.ll
llvm/trunk/test/Transforms/SLPVectorizer/X86/arith-mul.ll
llvm/trunk/test/Transforms/SLPVectorizer/X86/arith-sub.ll
|