This is an archive of the discontinued LLVM Phabricator instance.

ValueMapper does not preserve inline assembly dialect when remapping the type
ClosedPublic

Authored by Amanieu on May 16 2020, 12:15 PM.

Diff Detail

Event Timeline

Amanieu created this revision.May 16 2020, 12:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2020, 12:15 PM

Is it possible to write a test for this?

Amanieu added a subscriber: tm.May 16 2020, 3:16 PM

I'm not exactly sure. The original Rust bug report is pretty hard to extract since it seems to heavily depend on how rustc is splitting code into codegen units.

This revision is now accepted and ready to land.May 16 2020, 4:52 PM

I don't have commit access, could you please commit this for me?

This revision was automatically updated to reflect the committed changes.