[all-commits] [llvm/llvm-project] e2e7c1: [HLSL] Make step, isinf, rsqrt overload tests str...

joaosaffran via All-commits all-commits at lists.llvm.org
Thu Jan 29 12:06:16 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2e7c127c1ed4dded6404965b8cfcf7168752e4f
      https://github.com/llvm/llvm-project/commit/e2e7c127c1ed4dded6404965b8cfcf7168752e4f
  Author: joaosaffran <joaosaffranllvm at gmail.com>
  Date:   2026-01-29 (Thu, 29 Jan 2026)

  Changed paths:
    M clang/test/CodeGenHLSL/builtins/isinf-overloads.hlsl
    M clang/test/CodeGenHLSL/builtins/rsqrt-overloads.hlsl
    M clang/test/CodeGenHLSL/builtins/step-overloads.hlsl

  Log Message:
  -----------
  [HLSL] Make  step, isinf, rsqrt overload tests stricter. NFC  (#177697)

This patch changes the run lines for step, isinf, rsqrt overload test to
use -O1 instead of -disable-llvm-passes and rewrite the tests to
actually look at the whole function.

This work is part of https://github.com/llvm/llvm-project/issues/138016.



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