When I implemented the XXINSERTW instruction I forgot to account for variable insert indices. This patch fixes PR30189.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D24021
Fix code-gen crash on Power9 when lowering insert_vector_elt node with variable index (PR30189) ClosedPublic Authored by nemanjai on Aug 30 2016, 2:13 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 30 2016, 8:00 AM
Revision Contents
Diff 69653 lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll
|