[llvm-branch-commits] [clang] [HLSL] Implement Texture1D and its variants (PR #221061)

Deric C. via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 14 12:49:56 PDT 2026


Icohedron wrote:

> nit: For the uses of `VectorType` in this change, should we use FixedVectorType instead?

The `VectorType`s in this change refer to the AST type, not LLVM IR type. There is no `FixedVectorType` AST type

https://github.com/llvm/llvm-project/pull/221061


More information about the llvm-branch-commits mailing list