[PATCH] D74101: [BPF] implement isTruncateFree and isZExtFree in BPFTargetLowering

Alexei Starovoitov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 21:25:06 PST 2020


ast added a comment.

> return NumBits1 > NumBits2

arm64 uses this approach, but arm64 doesn't have 8-bit subregisters and it works ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74101





More information about the llvm-commits mailing list