Fixes PR32238.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Should we test for cases where the index register is a different size to the mask/result? Like _mm256_i32gather_epi64?
Paths
| Differential D39077
[X86] Teach the assembly parser to warn on duplicate registers in gather instructions. ClosedPublic Authored by craig.topper on Oct 18 2017, 4:03 PM.
Details
Diff Detail
Event Timelinecraig.topper retitled this revision from [X86] Teach the assembly parser to warning on duplicate registers in gather instructions. to [X86] Teach the assembly parser to warn on duplicate registers in gather instructions.. Comment Actions Should we test for cases where the index register is a different size to the mask/result? Like _mm256_i32gather_epi64? This revision is now accepted and ready to land.Oct 26 2017, 3:40 AM Closed by commit rL316700: [X86] Teach the assembly parser to warn on duplicate registers in gather… (authored by ctopper). · Explain WhyOct 26 2017, 2:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 120487 llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/trunk/test/MC/X86/gather.s
|