[all-commits] [llvm/llvm-project] 8a2d3f: [HLSL][Sema] Use hlsl::BindingInfoBuilder instead ...

Justin Bogner via All-commits all-commits at lists.llvm.org
Tue Aug 5 10:47:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a2d3f5653eb8b97049e06a98459a61db397c01c
      https://github.com/llvm/llvm-project/commit/8a2d3f5653eb8b97049e06a98459a61db397c01c
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M clang/lib/Sema/SemaHLSL.cpp
    M llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h
    M llvm/lib/Frontend/HLSL/RootSignatureValidations.cpp
    M llvm/unittests/Frontend/CMakeLists.txt
    R llvm/unittests/Frontend/HLSLRootSignatureRangesTest.cpp

  Log Message:
  -----------
  [HLSL][Sema] Use hlsl::BindingInfoBuilder instead of RangeInfo. NFC (#150634)

Clean up some duplicated logic. We had two ways to do the same thing
here, and BindingInfoBuilder is more flexible.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list