[PATCH] D63174: [clang][NewPM] Add RUNS for tests that produce slightly different IR under new PM
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 13:13:34 PDT 2019
leonardchan added a comment.
For the avx tests, I don't suppose you know a simple way to generate these tests? They're about 10k lines long and it's taking a while to go through it by hand to replace the current IR checks with codegen for `-O1`. (Perhaps something along the lines of `utils/update_llc_test_checks.py` in llvm?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63174/new/
https://reviews.llvm.org/D63174
More information about the cfe-commits
mailing list