[PATCH] D92069: [NFC] [TargetRegisterInfo] add one use check to lookThruCopyLike.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 17:51:38 PST 2021


echristo added a comment.

I'd like to avoid the bool completely if possible. Passing the register
might work as well if you wanted to do that, but I think it needs to be
clear API wise why and how you're doing computation where you are.

Do you have the follow on patch?

-eric


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92069



More information about the llvm-commits mailing list