[PATCH] D133605: [llvm-exegesis] Initialize all supported targets
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 00:34:12 PDT 2022
courbet added a comment.
> As such, please double check me that the registration code which already existed appears to handle multiple registered targets correctly.
It doesn't actually (yaml parsing code needs to know the target beforehand because it parses instruction names to target-specific opcodes). I'll send a patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133605/new/
https://reviews.llvm.org/D133605
More information about the llvm-commits
mailing list