BPF instruction set doesn't have indirect branches. Expand them.
Reported by John Fastabend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247951
91177308-0d34-0410-b5e6-
96231b3b80d8
setOperationAction(ISD::BR_CC, MVT::i64, Custom);
setOperationAction(ISD::BR_JT, MVT::Other, Expand);
+ setOperationAction(ISD::BRIND, MVT::Other, Expand);
setOperationAction(ISD::BRCOND, MVT::Other, Expand);
setOperationAction(ISD::SETCC, MVT::i64, Expand);
setOperationAction(ISD::SELECT, MVT::i64, Expand);