[Test] Remove incorrect test in GVN
authorDmitry Makogon <d.makogon@g.nsu.ru>
Wed, 10 Nov 2021 08:15:04 +0000 (15:15 +0700)
committerDmitry Makogon <d.makogon@g.nsu.ru>
Wed, 10 Nov 2021 08:22:43 +0000 (15:22 +0700)
commit0cada82f0a30e5ae22dce66b58604ab9b47a3897
treed2017dce72ba250674514f64ca7684be116358a3
parent91350eb151a14233e466beaf8d15faad67d0c5e8
[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.
llvm/test/Transforms/GVN/gvn-eliminate-duplicating-phis.ll [deleted file]