[PATCH] D140804: [BPF] support for BPF_ST instruction in codegen
Eduard Zingerman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 16:26:23 PDT 2023
eddyz87 reopened this revision.
eddyz87 added a comment.
This revision is now accepted and ready to land.
Build bot reports a failure (link <https://lab.llvm.org/buildbot/#/builders/16/builds/52877>):
field-reloc-st-imm.ll:
*** Bad machine code: Explicit definition must be a register ***
- function: bar
- basic block: %bb.0 entry (0x742f318)
- instruction: CORE_MEM 3, 416, %0:gpr, @"llvm.foo:0:4$0:2", debug-location !36; some-file.c:13:8
- operand 0: 3
*** Bad machine code: Explicit definition must be a register ***
- function: bar
- basic block: %bb.0 entry (0x742f318)
- instruction: CORE_MEM 4, 410, %0:gpr, @"llvm.foo:0:8$0:3", debug-location !38; some-file.c:14:8
- operand 0: 4
I reverted commit to avoid obstructing buildbot, reopen this revision in order to investigate failure.
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