[all-commits] [llvm/llvm-project] 764a7f: [TypePromotion] Format Type Promotion. NFC

David Green via All-commits all-commits at lists.llvm.org
Wed May 11 00:19:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 764a7f48647210f4a360f74f82432ad276d92716
      https://github.com/llvm/llvm-project/commit/764a7f48647210f4a360f74f82432ad276d92716
  Author: David Green <david.green at arm.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

  Changed paths:
    M llvm/lib/CodeGen/TypePromotion.cpp

  Log Message:
  -----------
  [TypePromotion] Format Type Promotion. NFC

This clang-formats the TypePromotion code, with the only meaningful
change being the removal of a verifyFunction call inside a LLVM_DEBUG,
and the printing of the entire function which can be better handled
via -print-after-all.




More information about the All-commits mailing list