https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/71098
>From 6bf40beff47c6bfcc73ce4c5d75bd47b52e6959c Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Wed, 1 Nov 2023 12:18:43 -0500
Subject: [PATCH] [HLSL] Vector vector standard conversions
HLSL supports vecto
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 0e6c679c1a5c0d3f101335c904583b5d62cb51d3
73c0b9f0bdf44710a290a17c8d87bc0e3db393ef --
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Chris B (llvm-beanz)
Changes
HLSL supports vector truncation and element conversions as part of standard
conversion sequences. The vector truncation conversion is a C++ second
conversion in the conversion sequence. If a vector truncation i
https://github.com/llvm-beanz created
https://github.com/llvm/llvm-project/pull/71098
HLSL supports vector truncation and element conversions as part of standard
conversion sequences. The vector truncation conversion is a C++ second
conversion in the conversion sequence. If a vector truncation