[all-commits] [llvm/llvm-project] 4ad0aa: [SSAUpdaterBulk] Add expectedly failing loop tests...

Valery Pykhtin via All-commits all-commits at lists.llvm.org
Tue Mar 18 02:56:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ad0aa73b7d1ee36c1b1e06ac585798992075102
      https://github.com/llvm/llvm-project/commit/4ad0aa73b7d1ee36c1b1e06ac585798992075102
  Author: Valery Pykhtin <valery.pykhtin at gmail.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp

  Log Message:
  -----------
  [SSAUpdaterBulk] Add expectedly failing loop tests. (#131761)

These tests demonstrate the issue in SSAUpdaterBulk when it calculates
incoming values from loop back edges.

The failures are marked with `EXPECT_NONFATAL_FAILURE`, which is the way
to designate an "expected fail" in the Google Test suite.



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