This is another small typo in the insertvalue descriptor. We need to use correct vector type for it's operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40397
[FuzzMutate] Correctly handle vector types in the insertvalue operation ClosedPublic Authored by igor-laevsky on Nov 23 2017, 8:21 AM.
Details Summary This is another small typo in the insertvalue descriptor. We need to use correct vector type for it's operands.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 27 2017, 4:46 PM Closed by commit rL319442: [FuzzMutate] Correctly handle vector types in the insertvalue operation (authored by igor.laevsky). · Explain WhyNov 30 2017, 7:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124939 llvm/trunk/lib/FuzzMutate/Operations.cpp
llvm/trunk/unittests/FuzzMutate/RandomIRBuilderTest.cpp
|