[PATCH] D111113: [APInt] Make insertBits and concat work with zero width APInts.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 01:14:23 PDT 2021


foad added a comment.

extractBits also needs some work. Currently it asserts that numBits > 0.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111113



More information about the llvm-commits mailing list