[PATCH] D19919: [MSan] [Mips64] Add tests for vararg handling.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 10:24:38 PDT 2016


koriakin added a comment.

Ugh... while these tests are correct, I just noticed Mips assumes there's exactly one argument before the ... in arument list, and breaks hopelessly if that's not true.  x86_64 is also broken, but less so - it assumes all arguments before ... fit in registers (ie. 6 ints/pointers, plus some floats).  I haven't looked into AArch64 yet, but I suspect the same issue as x86_64.


Repository:
  rL LLVM

http://reviews.llvm.org/D19919





More information about the llvm-commits mailing list