[all-commits] [llvm/llvm-project] b745c1: [Align] Add isAligned taking an APInt

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 27 02:28:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b745c123857e0153d75f8793df79497c41f39bf5
      https://github.com/llvm/llvm-project/commit/b745c123857e0153d75f8793df79497c41f39bf5
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

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

  Log Message:
  -----------
  [Align] Add isAligned taking an APInt

This showed up in https://reviews.llvm.org/D153308

Reviewed By: courbet, nikic

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




More information about the All-commits mailing list