efriedma-quic wrote: > For example, it could be dropped from CFI jump tables and the resulting > binary would still be correct, it would just be less optimized because jump > table relaxation could not be applied.
Is the opposite also true, that you can add it to non-cfi-jump-table globals and the resulting binary is still correct? (Unless there's some check, constant merging can merge either way, I think.) https://github.com/llvm/llvm-project/pull/149260 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits