Hello,<div><br></div><div>I'm stuck with a (bad) emulator of Lit to run LLVM tests, and one of its challenges is handling strang TCL quoting rules. A bunch of tests didn't work with this system, but I figured I could just pro-actively convert them to FileCheck as that's the desired direction anyways. I've attached all the CodeGen/X86 patches to this email. I'll have some patches to other tests as well coming up.</div>
<div><br></div><div>Where I understand essentially what the test is after, I've tried to clean up and tighten up the test as best I can using the newer facilities of FileCheck. Where I don't understand the test's intent, I stay as close as I can to the original grep-based checks.</div>
<div><br></div><div>I've tried to consistently provide function boundaries for the CHECKs so that some of these tiny test files could be merged. If folks have specific merges they'd like me to perform while I'm here, I'll do so.</div>
<div><br></div><div>I've also tried to consistently relax the register names checked where I had some clue that it would be safe. Please let me know if I've gone too far anywhere or not done enough anywhere.</div>
<div><br></div><div>Finally, any requests, suggestions, or comments about how I'm converting them are very welcome. Let me know if I should just commit the remainder directly or keep mailing for review!</div><div><br>
</div><div>Thanks!</div>