================ @@ -8459,6 +8460,12 @@ inline bool Type::isHLSLBuiltinIntangibleType() const { false; } +inline bool Type::isHLSLLineVectorLayoutCompatibleType() const { +#define HLSL_LINE_VECTOR_LAYOUT_COMPATIBLE_TYPE(Name, Id, SingletonId) \ + is##Id##Type() || + return isHLSLAttributedResourceType(); +} ---------------- hekota wrote:
This seems wrong. https://github.com/llvm/llvm-project/pull/113730 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits