[all-commits] [llvm/llvm-project] 0cada8: [Test] Remove incorrect test in GVN

Dmitry Makogon via All-commits all-commits at lists.llvm.org
Wed Nov 10 00:24:08 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cada82f0a30e5ae22dce66b58604ab9b47a3897
      https://github.com/llvm/llvm-project/commit/0cada82f0a30e5ae22dce66b58604ab9b47a3897
  Author: Dmitry Makogon <d.makogon at g.nsu.ru>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    R llvm/test/Transforms/GVN/gvn-eliminate-duplicating-phis.ll

  Log Message:
  -----------
  [Test] Remove incorrect test in GVN

Removed it because it runs indvars after GVN and
it's obvious it's an indvars test, not GVN.

Also the removed test file includes a 'target triple' with aarch64 specified,
which is needed for indvars to eliminate the Phis produced by GVN,
and the test directory doesn't have a lit config to exclude lit from
running the test if aarch64 is not supported by a build.




More information about the All-commits mailing list