[all-commits] [llvm/llvm-project] c9d2b6: [HLSL] Preserve vec3 for HLSL.
Xiang Li via All-commits
all-commits at lists.llvm.org
Fri Sep 9 10:56:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9d2b6b92d6c29d00f6adc0527cf2331dbaae31a
https://github.com/llvm/llvm-project/commit/c9d2b6b92d6c29d00f6adc0527cf2331dbaae31a
Author: Xiang Li <python3kgae at outlook.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
A clang/test/CodeGenHLSL/float3.hlsl
Log Message:
-----------
[HLSL] Preserve vec3 for HLSL.
Preserve vec3 for HLSL by set -fpreserve-vec3-type.
Reviewed By: beanz
Differential Revision: https://reviews.llvm.org/D132913
More information about the All-commits
mailing list