[all-commits] [llvm/llvm-project] 7255d1: [ARM] Format ARMISD node definitions. NFC

David Green via All-commits all-commits at lists.llvm.org
Sat Apr 24 06:50:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7255d1f54fd3efcfe5836e1799c5b998d67752d3
      https://github.com/llvm/llvm-project/commit/7255d1f54fd3efcfe5836e1799c5b998d67752d3
  Author: David Green <david.green at arm.com>
  Date:   2021-04-24 (Sat, 24 Apr 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h

  Log Message:
  -----------
  [ARM] Format ARMISD node definitions. NFC

This clang-formats the list of ARMISD nodes. Usually this is something I
would avoid, but these cause problems with formatting every time new
nodes are added.

The list in getTargetNodeName also makes use of MAKE_CASE macros, as
other backends do.




More information about the All-commits mailing list