[PATCH] D140804: [BPF] support for BPF_ST instruction in codegen

Eduard Zingerman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 11:51:59 PDT 2023


eddyz87 added a comment.

Hi @yonghong-song,

The build bot failure (here <https://reviews.llvm.org/D140804#4578547>) was caused by newly added test case `field-reloc-st-imm.ll`. When LLVM is built with `LLVM_ENABLE_EXPENSIVE_CHECKS=ON` flag this test triggered bug described in D157806 <https://reviews.llvm.org/D157806>. I rebased this revision on top of D157806 <https://reviews.llvm.org/D157806>. Could you please double check if you are still ok with these changes?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140804/new/

https://reviews.llvm.org/D140804



More information about the llvm-commits mailing list