DirectXShaderCompiler/test/Feature
Chris B 9998ec138b
Enable `.ll` test suffix for LLVM tests (#5887)
This enables `.ll` as a default test suffix in the LLVM tests. To
preserve the low number of unsupported tests, this changes the way we
disable tests from using config.unsupported to setting the suffixes to
empty.
2023-10-18 11:55:53 -05:00
..
NamedMDNode.ll first commit 2016-12-28 11:52:27 -08:00
NamedMDNode2.ll first commit 2016-12-28 11:52:27 -08:00
README.txt first commit 2016-12-28 11:52:27 -08:00
alias2.ll first commit 2016-12-28 11:52:27 -08:00
aliases.ll first commit 2016-12-28 11:52:27 -08:00
alignment.ll first commit 2016-12-28 11:52:27 -08:00
attributes.ll first commit 2016-12-28 11:52:27 -08:00
basictest.ll first commit 2016-12-28 11:52:27 -08:00
callingconventions.ll first commit 2016-12-28 11:52:27 -08:00
calltest.ll first commit 2016-12-28 11:52:27 -08:00
casttest.ll first commit 2016-12-28 11:52:27 -08:00
cfgstructures.ll first commit 2016-12-28 11:52:27 -08:00
cold.ll first commit 2016-12-28 11:52:27 -08:00
comdat.ll first commit 2016-12-28 11:52:27 -08:00
const_pv.ll first commit 2016-12-28 11:52:27 -08:00
constexpr.ll first commit 2016-12-28 11:52:27 -08:00
constpointer.ll first commit 2016-12-28 11:52:27 -08:00
escaped_label.ll first commit 2016-12-28 11:52:27 -08:00
exception.ll first commit 2016-12-28 11:52:27 -08:00
float.ll first commit 2016-12-28 11:52:27 -08:00
fold-fpcast.ll first commit 2016-12-28 11:52:27 -08:00
forwardreftest.ll first commit 2016-12-28 11:52:27 -08:00
global_pv.ll first commit 2016-12-28 11:52:27 -08:00
global_section.ll first commit 2016-12-28 11:52:27 -08:00
globalredefinition3.ll first commit 2016-12-28 11:52:27 -08:00
globalvars.ll first commit 2016-12-28 11:52:27 -08:00
indirectcall.ll first commit 2016-12-28 11:52:27 -08:00
indirectcall2.ll first commit 2016-12-28 11:52:27 -08:00
inlineasm.ll first commit 2016-12-28 11:52:27 -08:00
instructions.ll first commit 2016-12-28 11:52:27 -08:00
intrinsic-noduplicate.ll first commit 2016-12-28 11:52:27 -08:00
intrinsics.ll first commit 2016-12-28 11:52:27 -08:00
lit.local.cfg Enable `.ll` test suffix for LLVM tests (#5887) 2023-10-18 11:55:53 -05:00
load_module.ll first commit 2016-12-28 11:52:27 -08:00
md_on_instruction.ll first commit 2016-12-28 11:52:27 -08:00
memorymarkers.ll first commit 2016-12-28 11:52:27 -08:00
metadata.ll first commit 2016-12-28 11:52:27 -08:00
minsize_attr.ll first commit 2016-12-28 11:52:27 -08:00
newcasts.ll first commit 2016-12-28 11:52:27 -08:00
optnone-llc.ll first commit 2016-12-28 11:52:27 -08:00
optnone-opt.ll first commit 2016-12-28 11:52:27 -08:00
optnone.ll first commit 2016-12-28 11:52:27 -08:00
packed.ll first commit 2016-12-28 11:52:27 -08:00
packed_struct.ll first commit 2016-12-28 11:52:27 -08:00
paramattrs.ll first commit 2016-12-28 11:52:27 -08:00
ppcld.ll first commit 2016-12-28 11:52:27 -08:00
prefixdata.ll first commit 2016-12-28 11:52:27 -08:00
prologuedata.ll first commit 2016-12-28 11:52:27 -08:00
properties.ll first commit 2016-12-28 11:52:27 -08:00
prototype.ll first commit 2016-12-28 11:52:27 -08:00
recursivetype.ll first commit 2016-12-28 11:52:27 -08:00
seh-nounwind.ll first commit 2016-12-28 11:52:27 -08:00
simplecalltest.ll first commit 2016-12-28 11:52:27 -08:00
small.ll first commit 2016-12-28 11:52:27 -08:00
smallest.ll first commit 2016-12-28 11:52:27 -08:00
sparcld.ll first commit 2016-12-28 11:52:27 -08:00
terminators.ll first commit 2016-12-28 11:52:27 -08:00
testalloca.ll first commit 2016-12-28 11:52:27 -08:00
testconstants.ll first commit 2016-12-28 11:52:27 -08:00
testlogical.ll first commit 2016-12-28 11:52:27 -08:00
testtype.ll first commit 2016-12-28 11:52:27 -08:00
testvarargs.ll first commit 2016-12-28 11:52:27 -08:00
undefined.ll first commit 2016-12-28 11:52:27 -08:00
unreachable.ll first commit 2016-12-28 11:52:27 -08:00
varargs.ll first commit 2016-12-28 11:52:27 -08:00
varargs_new.ll first commit 2016-12-28 11:52:27 -08:00
vector-cast-constant-exprs.ll first commit 2016-12-28 11:52:27 -08:00
weak_constant.ll first commit 2016-12-28 11:52:27 -08:00
weirdnames.ll first commit 2016-12-28 11:52:27 -08:00
x86ld.ll first commit 2016-12-28 11:52:27 -08:00

README.txt

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples.  Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.