[PATCH] D65606: [ARM] Fix invalid symbol redefinition due to duplicated jumptable (PR42760)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 14:08:16 PDT 2019
efriedma added a comment.
Maybe you can make a simpler MIR testcase? (http://llvm.org/docs/MIRLangRef.html)
It's probably feasible to teach constant islands and the asmprinter to handle jump tables with multiple uses correctly, but if we've disabled it for ARM/Thumb2 I'm fine doing the same for Thumb1.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65606/new/
https://reviews.llvm.org/D65606
More information about the llvm-commits
mailing list