This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Update memcpy tests
ClosedPublic

Authored by gchatelet on May 3 2019, 7:07 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.May 3 2019, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2019, 7:07 AM
lebedev.ri accepted this revision.May 3 2019, 7:16 AM
lebedev.ri added a subscriber: lebedev.ri.
lebedev.ri added inline comments.
llvm/test/CodeGen/X86/byval2.ll
50–52 ↗(On Diff #197998)

You might want to add nounwind attribute to every function to avoid this noise

This revision is now accepted and ready to land.May 3 2019, 7:16 AM
gchatelet updated this revision to Diff 198237.May 6 2019, 2:04 AM
gchatelet marked an inline comment as done.
  • Remove cfi noise by adding nounwind

Thx for the review @lebedev.ri !

This revision was automatically updated to reflect the committed changes.