[all-commits] [llvm/llvm-project] 54e36d: [SPIR-V] Emit UniformId decoration as OpDecorateId...

Arseniy Obolenskiy via All-commits all-commits at lists.llvm.org
Wed Jul 15 04:26:52 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54e36d6ba68c3c5f91bd36c1c9bf8d8af6f8940b
      https://github.com/llvm/llvm-project/commit/54e36d6ba68c3c5f91bd36c1c9bf8d8af6f8940b
  Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
    M llvm/lib/Target/SPIRV/SPIRVUtils.cpp
    M llvm/test/CodeGen/SPIRV/hlsl-intrinsics/vk-ext-builtin-input.ll

  Log Message:
  -----------
  [SPIR-V] Emit UniformId decoration as OpDecorateId with a Scope id operand (#207958)

Per spec, UniformId operand is a Scope `<id>`, not a literal

Previously it was printed via `printSymbolicOperand<ScopeOperand>`,
which asserts on a real id operand, and never emitted correctly



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