The exit-on-error flag is necessary to avoid some assertions/unreachables. We can get past them by creating a few dummy nodes.
Fixes PR27768, PR27769.
Last patch removing exit-on-error on the BPF side :)
Paths
| Differential D20726
[BPF] Remove exit-on-error from tests (PR27768, PR27769) ClosedPublic Authored by rovka on May 27 2016, 4:58 AM.
Details Summary The exit-on-error flag is necessary to avoid some assertions/unreachables. We can get past them by creating a few dummy nodes. Fixes PR27768, PR27769. Last patch removing exit-on-error on the BPF side :)
Diff Detail
Event Timelinerovka updated this object. This revision is now accepted and ready to land.May 27 2016, 8:20 AM Closed by commit rL271200: [BPF] Remove exit-on-error from tests (PR27768, PR27769) (authored by rovka). · Explain WhyMay 30 2016, 1:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 58938 llvm/trunk/lib/Target/BPF/BPFISelLowering.cpp
llvm/trunk/test/CodeGen/BPF/struct_ret1.ll
llvm/trunk/test/CodeGen/BPF/struct_ret2.ll
|