[PATCH] D115002: [ASan] Changed intrisic implemenation to use PLT safe registers.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 15:04:38 PST 2021


kstoimenov added inline comments.


================
Comment at: llvm/test/CodeGen/X86/musttail-varargs.ll:85
 ; LINUX-NEXT:    movq %r12, %r8
+; LINUX-NEXT:    movb {{[-0-9]+}}(%r{{[sb]}}p), %al # 1-byte Reload
 ; LINUX-NEXT:    movq %r15, %r9
----------------
For some reason adding a new class changed the instruction order. What would be the best way to verify that this is not breaking functionality? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115002/new/

https://reviews.llvm.org/D115002



More information about the llvm-commits mailing list