[all-commits] [llvm/llvm-project] 2c9a70: [HLSL] Make lerp overload tests stricter. NFC
Justin Bogner via All-commits
all-commits at lists.llvm.org
Tue Apr 29 16:48:57 PDT 2025
Branch: refs/heads/users/bogner/pr137898
Home: https://github.com/llvm/llvm-project
Commit: 2c9a706a1cbd418ff4116a6f118a56a588f91a7e
https://github.com/llvm/llvm-project/commit/2c9a706a1cbd418ff4116a6f118a56a588f91a7e
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M clang/test/CodeGenHLSL/builtins/lerp-overloads.hlsl
Log Message:
-----------
[HLSL] Make lerp overload tests stricter. NFC
These tests had checks across multiple functions, because none of the hlsl
header implementation functions were inlined. Switch the run lines to use -O1
instead of -disable-llvm-passes and rewrite the tests to actually look at the
whole function.
Note - this would be simpler with update_cc_test_checks, but the differences
between DX and SPIRV are difficult to account for with those scripts.
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