[PATCH] D27662: [triple+llc+llvm-mc] Make triple and ABI name consistent

Kovacsics Robert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 06:37:19 PDT 2017


KoviRobi added a comment.

So some simple testing using `gcc -S` and

  int main(void) {
    x: goto x;
  }

as the simplest test-case with labels I could think of, seem to suggest that we should use `$label` for o32, and `.Llabel` for n32/n64, which is the current behaviour, but in that case perhaps the test cases should be changed so they align? I have included the way I would change those files, note that it also clarifies the difference between using two adjacent 32-bit floating-point registers, versus using one 64-bit floating-point register that the mips32r2 and newer support.

F3702577: macro-li-labels.patch <https://reviews.llvm.org/F3702577>


Repository:
  rL LLVM

https://reviews.llvm.org/D27662





More information about the llvm-commits mailing list