llvm-project
69f1aebf - [BPF] Remove skb operand of LD_ABS/LD_IND instructions (#157344)

Commit
23 days ago
[BPF] Remove skb operand of LD_ABS/LD_IND instructions (#157344) The instructions already have R6 register in the Uses list, there is no need for an additional explicit `GPR:$skb` operand. This simplifies intrinsic selection and makes the instructions decodable without post-decoding pass inserting R6 operand.
Author
Parents
Loading