[all-commits] [llvm/llvm-project] 41328d: RegisterPressure.h - consistently initialize all p...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Feb 12 06:57:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41328d7c0e6e16cece22f672841da0e1861e157e
      https://github.com/llvm/llvm-project/commit/41328d7c0e6e16cece22f672841da0e1861e157e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegisterPressure.h

  Log Message:
  -----------
  RegisterPressure.h - consistently initialize all pointer fields. NFC.

Silence static analyser warning - we're initializing some fields but not others.


  Commit: 738370ae0e7f1418b678c87809a305873970cc41
      https://github.com/llvm/llvm-project/commit/738370ae0e7f1418b678c87809a305873970cc41
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M llvm/lib/Analysis/DemandedBits.cpp

  Log Message:
  -----------
  DemandedBits.cpp - use auto* when initializing from cast<>. NFC.

Silence clang-tidy warnings


Compare: https://github.com/llvm/llvm-project/compare/1300a4fdae35...738370ae0e7f


More information about the All-commits mailing list