[RISCV][VLOPT] Remove dead passthru check in getOperandLog2EEW. NFC (#123911)
[llvm-project.git] / llvm / utils / lit / examples / many-tests / lit.cfg
blobda01c935c8e661646e51cc823ea342dc3cab991c
1 # -*- Python -*-
3 import sys
4 import os
6 sys.path.insert(0, os.path.dirname(__file__))
7 import ManyTests
9 config.test_format = ManyTests.ManyTests()