[PATCH] D157806: [BPF] Fix in/out argument constraints for CORE_MEM instructions

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


eddyz87 updated this revision to Diff 549735.
eddyz87 edited the summary of this revision.
eddyz87 added a comment.

It is possible to avoid separate versions for CORE_ST32 and CORE_ST64, merging these simplifies implementation for D140804 <https://reviews.llvm.org/D140804>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157806

Files:
  llvm/lib/Target/BPF/BPFInstrInfo.td
  llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
  llvm/lib/Target/BPF/BTFDebug.cpp
  llvm/test/CodeGen/BPF/CORE/offset-reloc-simplify-patchable-1.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-simplify-patchable-2.ll
  llvm/test/CodeGen/BPF/CORE/offset-reloc-simplify-patchable-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157806.549735.patch
Type: text/x-patch
Size: 30599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230813/2c7579d6/attachment-0001.bin>


More information about the llvm-commits mailing list