Need to perform a bitcast on IndicesVec rather than subvector extract if the original size of the IndicesVec is the same as the size of the destination type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101838
[X86]Fix a crash trying to convert indices to proper type. ClosedPublic Authored by ABataev on May 4 2021, 7:52 AM.
Details Summary Need to perform a bitcast on IndicesVec rather than subvector extract if the original size of the IndicesVec is the same as the size of the destination type.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 4 2021, 2:35 PM This revision was landed with ongoing or failed builds.May 5 2021, 5:15 AM Closed by commit rG13a51e017c09: [X86]Fix a crash trying to convert indices to proper type. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 343010 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/var-permute-128.ll
|