[all-commits] [llvm/llvm-project] cc697f: [APInt] Make insertBits and concat work with zero ...

Chris Lattner via All-commits all-commits at lists.llvm.org
Tue Oct 5 08:42:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc697fc292b0a405eaa42c6c8e5f117ba4f7d73b
      https://github.com/llvm/llvm-project/commit/cc697fc292b0a405eaa42c6c8e5f117ba4f7d73b
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M llvm/lib/Support/APInt.cpp
    M llvm/unittests/ADT/APIntTest.cpp

  Log Message:
  -----------
  [APInt] Make insertBits and concat work with zero width APInts.

These should both clearly work with our current model for zero width
integers, but don't until now!

Differential Revision: https://reviews.llvm.org/D111113




More information about the All-commits mailing list