[all-commits] [llvm/llvm-project] e65e7b: [llvm][LowerConstantIntrinsics] add debug statements

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Wed Mar 1 13:00:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e65e7b27fdcc286c799e748fa51dccdf39321ee3
      https://github.com/llvm/llvm-project/commit/e65e7b27fdcc286c799e748fa51dccdf39321ee3
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp

  Log Message:
  -----------
  [llvm][LowerConstantIntrinsics] add debug statements

These can help us better understand what __builtin_constant_p and
__builtin_object_size get folded to.

$ clang -mllvm -debug-only=lower-is-constant-intrinsic ...

Reviewed By: void

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




More information about the All-commits mailing list