Files
clang-p2996/llvm/test/Transforms/PhaseOrdering/SystemZ/lit.local.cfg
Sanjay Patel 2c648f7d58 [PhaseOrdering][SystemZ] add test for combining/unrolling; NFC
As discussed in D128123, this test is based on an example
that ends up with codegen regressions if sub is converted
to xor.
2022-07-14 14:23:01 -04:00

3 lines
71 B
INI

if not 'SystemZ' in config.root.targets:
config.unsupported = True