The vext pseudo-instruction takes the number of elements that need to be extracted, not the number of bytes. Hence, use the number of elements directly instead of scaling them with a factor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12974
[ARM] Do not scale vext with a factor ClosedPublic Authored by jketema on Sep 18 2015, 10:24 AM.
Details Summary The vext pseudo-instruction takes the number of elements that need to be extracted, not the number of bytes. Hence, use the number of elements directly instead of scaling them with a factor.
Diff Detail
Event Timelinejketema updated this object. Closed by commit rL248208: [ARM] Do not scale vext with a factor (authored by jketema). · Explain WhySep 21 2015, 1:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35300 llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
llvm/trunk/test/CodeGen/ARM/vzip.ll
|