[PATCH] D61507: [NFC] Update memcpy tests

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 07:17:21 PDT 2019


lebedev.ri accepted this revision.
lebedev.ri added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/X86/byval2.ll:50-52
+; X32-NEXT:    .cfi_offset %esi, -20
+; X32-NEXT:    .cfi_offset %edi, -16
+; X32-NEXT:    .cfi_offset %ebx, -12
----------------
You might want to add `nounwind` attribute to **every** function to avoid this noise


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61507





More information about the llvm-commits mailing list