[all-commits] [llvm/llvm-project] e77c40: [NFC] Make dxil namespace consistent

Chris B via All-commits all-commits at lists.llvm.org
Wed Sep 21 15:48:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e77c40ffbda1bc844de642b3c07f58b541daa8d7
      https://github.com/llvm/llvm-project/commit/e77c40ffbda1bc844de642b3c07f58b541daa8d7
  Author: Chris Bieneman <chris.bieneman at me.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Support/DXILOperationCommon.h
    M llvm/lib/Target/DirectX/DXILConstants.h
    M llvm/lib/Target/DirectX/DXILOpBuilder.cpp
    M llvm/lib/Target/DirectX/DXILOpBuilder.h
    M llvm/lib/Target/DirectX/DXILOpLowering.cpp
    M llvm/lib/Target/DirectX/DXILStubs.td
    M llvm/utils/TableGen/DXILEmitter.cpp

  Log Message:
  -----------
  [NFC] Make dxil namespace consistent

We have namespaces `DXIL` and `dxil`, which is just confusing. This
renames `DXIL` -> `dxil` making everything consistent.

While the LLVM coding standards don't have a clear direction here, I
chose lower case because by my current unscientific count there are
more places where we had the lowercase namespace than the uppercase.




More information about the All-commits mailing list