[all-commits] [llvm/llvm-project] fa4a63: [NFC] [HLSL] Update test for HLSL 202x (#108097)

Chris B via All-commits all-commits at lists.llvm.org
Wed Sep 11 09:50:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa4a631fc63bdd9ffe5598bcc744656cea6fdb56
      https://github.com/llvm/llvm-project/commit/fa4a631fc63bdd9ffe5598bcc744656cea6fdb56
  Author: Chris B <chris.bieneman at me.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M clang/test/CodeGenHLSL/loops/unroll.hlsl

  Log Message:
  -----------
  [NFC] [HLSL] Update test for HLSL 202x (#108097)

HLSL 202x inherits from C++11, which generates additional loop hint
information for loops that must progress. Since HLSL 202x is going to be
the default for Clang we want to make sure all our tests pass with it.

Required for https://github.com/llvm/llvm-project/issues/108044



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