[all-commits] [llvm/llvm-project] d85149: [HLSL] Make lerp overload tests stricter. NFC (#13...

Justin Bogner via All-commits all-commits at lists.llvm.org
Wed Apr 30 12:27:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d851490c290832507d5fd87227e995d233b9f5b2
      https://github.com/llvm/llvm-project/commit/d851490c290832507d5fd87227e995d233b9f5b2
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M clang/test/CodeGenHLSL/builtins/lerp-overloads.hlsl

  Log Message:
  -----------
  [HLSL] Make lerp overload tests stricter. NFC (#137898)

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