[all-commits] [llvm/llvm-project] e4e938: [HLSL] Lower Length to SPIR-V backend (#102243)

Joshua Batista via All-commits all-commits at lists.llvm.org
Mon Aug 12 10:59:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4e938f3cdf11d7d62c558ed7ee0b6097ded338d
      https://github.com/llvm/llvm-project/commit/e4e938f3cdf11d7d62c558ed7ee0b6097ded338d
  Author: Joshua Batista <jbatista at microsoft.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
    A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/length.ll

  Log Message:
  -----------
  [HLSL] Lower Length to SPIR-V backend (#102243)

This PR finishes #99134 by lowering the length function to the SPIR-V
backend. A test was added to verify that the generated SPIR-V is
correct.
Fixes #99134



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