DirectXShaderCompiler/test/Analysis
Chris B ea3c096960
Disable LLVM LIT suites and tests (#4827)
Disable LLVM LIT suites and tests

This patch is a little more selective than the clang counterpart. Most
of the LLVM tests are expected to pass in DXC.

In cases where very few tests are failing for obvious reasons I've
disabled individual tests using `REQUIRES` lines. In most places I've
disabled whole suites. Any suite that is expected to pass, I've also
included a comment of the failing test cases so that we can investigate
further.

IR Verifier and Integer tests are disabled only on Windows. These tests
pass on *nix platforms but fail on Windows due to the MS filesystem
modifications causing llvm-as to crash.
2022-11-29 12:53:22 -06:00
..
AssumptionCache first commit 2016-12-28 11:52:27 -08:00
BasicAA first commit 2016-12-28 11:52:27 -08:00
BlockFrequencyInfo first commit 2016-12-28 11:52:27 -08:00
BranchProbabilityInfo first commit 2016-12-28 11:52:27 -08:00
CFLAliasAnalysis first commit 2016-12-28 11:52:27 -08:00
CallGraph first commit 2016-12-28 11:52:27 -08:00
CostModel first commit 2016-12-28 11:52:27 -08:00
Delinearization first commit 2016-12-28 11:52:27 -08:00
DependenceAnalysis first commit 2016-12-28 11:52:27 -08:00
Dominators first commit 2016-12-28 11:52:27 -08:00
GlobalsModRef first commit 2016-12-28 11:52:27 -08:00
LazyCallGraph first commit 2016-12-28 11:52:27 -08:00
Lint first commit 2016-12-28 11:52:27 -08:00
LoopAccessAnalysis first commit 2016-12-28 11:52:27 -08:00
LoopInfo first commit 2016-12-28 11:52:27 -08:00
MemoryDependenceAnalysis first commit 2016-12-28 11:52:27 -08:00
PostDominators first commit 2016-12-28 11:52:27 -08:00
RegionInfo first commit 2016-12-28 11:52:27 -08:00
ScalarEvolution first commit 2016-12-28 11:52:27 -08:00
ScopedNoAliasAA first commit 2016-12-28 11:52:27 -08:00
TypeBasedAliasAnalysis first commit 2016-12-28 11:52:27 -08:00
ValueTracking first commit 2016-12-28 11:52:27 -08:00
lit.local.cfg Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00