[mlir][python] allow DenseIntElementsAttr for index type (#118947)
[llvm-project.git] / llvm / test / Transforms / EarlyCSE / AMDGPU / lit.local.cfg
bloba3c44f656bbee4e91f47a2fa37696abce2fcd8e4
1 config.suffixes = [".ll"]
3 targets = set(config.root.targets_to_build.split())
4 if not "AMDGPU" in targets:
5     config.unsupported = True