[all-commits] [llvm/llvm-project] c92d9b: [SPIRV][HLSL] Add lowering of frac to SPIR-V (#97111)

Andrii Levytskyi via All-commits all-commits at lists.llvm.org
Tue Jul 23 11:04:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c92d9b06d45d437e97b966927aba2de37a5d6e56
      https://github.com/llvm/llvm-project/commit/c92d9b06d45d437e97b966927aba2de37a5d6e56
  Author: Andrii Levytskyi <107996072+aabysswalker at users.noreply.github.com>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGHLSLRuntime.h
    M clang/test/CodeGenHLSL/builtins/frac.hlsl
    M llvm/include/llvm/IR/IntrinsicsSPIRV.td
    M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
    A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/frac.ll

  Log Message:
  -----------
  [SPIRV][HLSL] Add lowering of frac to SPIR-V (#97111)

Implements frac lowering to SPIR-V.

Closes #88059



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