[llvm] [BPF] Report an error if comparison imm operand cannot fit in 32bit (PR #142989)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 09:41:54 PDT 2025
https://github.com/eddyz87 approved this pull request.
LGTM, but what is the conclusion of the upstream discussion? should the error be reproted for `Imm > UINT_MAX` or for `Imm > INT_MAX`? I think the latter makes case, as you suggested upsteream.
https://github.com/llvm/llvm-project/pull/142989
More information about the llvm-commits
mailing list