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

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 14:54:05 PDT 2023


yonghong-song added a comment.

Your approach seems fine and probably better esp. for CORE for stores. Another solution is similar to D157805 <https://reviews.llvm.org/D157805> where we can clear 'killed' for the 'out' parameter, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157806



More information about the llvm-commits mailing list