[PATCH] D95304: [update_llc_test_checks][RISCV] Add new tests
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 06:52:46 PST 2021
luismarques added a comment.
Herald added a subscriber: vkmr.
In D95304#2522772 <https://reviews.llvm.org/D95304#2522772>, @jrtc27 wrote:
> Ah good point, you'd want the single copy of the IR and prepend a header on the thing at test time for each architecture (each being its own .test like now)? I.e. we'd just generate all the foo_generated_funcs.ll at test time rather than have N copies of them in the tree, but everything else would be the same.
Yeah, that would work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95304/new/
https://reviews.llvm.org/D95304
More information about the llvm-commits
mailing list