[PATCH] D157870: [BPF] Replace BPFMIPeepholeTruncElim by custom logic in isZExtFree()

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 11:37:55 PDT 2023


yonghong-song accepted this revision.
yonghong-song added a comment.
This revision is now accepted and ready to land.

Thanks, Eduard. Your change makes sense. I wish I knew isZExtFree() for load insn much earlier so we do not need to have pass to remove redundant codes....


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157870



More information about the llvm-commits mailing list