This fixes simple typo in the insertvalue descriptor. We need to pick index of the correctly typed element.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40395
[FuzzMutate] Pick correct index for the insertvalue instruction ClosedPublic Authored by igor-laevsky on Nov 23 2017, 7:59 AM.
Details Summary This fixes simple typo in the insertvalue descriptor. We need to pick index of the correctly typed element.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 27 2017, 4:42 PM Closed by commit rL319440: [FuzzMutate] Pick correct index for the insertvalue instruction (authored by igor.laevsky). · Explain WhyNov 30 2017, 7:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124937 llvm/trunk/lib/FuzzMutate/Operations.cpp
llvm/trunk/unittests/FuzzMutate/RandomIRBuilderTest.cpp
|