[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 16:02:33 PDT 2023
yonghong-song accepted this revision.
yonghong-song added a comment.
This revision is now accepted and ready to land.
Okay, I see. The key is `Multiple virtual register defs in SSA form` and the resulted IR is broken w.r.t. SSA.
Ya, I mentioned earlier, indeed your change is good and new IR is much more intuitive from data flow perspective.
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