Also fix some cost tables for vXi1 types to match the costs entries for the types they will be promoted to.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
30600 | Do we need some kind of hasSSE() check to prevent the i686 regression in llvm/test/CodeGen/X86/shift-combine.ll ? |
Comment Actions
Enabled a DAG combine post type legalization with a LegalTypes check to avoid a regression shift-combine.ll
Do we need some kind of hasSSE() check to prevent the i686 regression in llvm/test/CodeGen/X86/shift-combine.ll ?