This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix Fast ISEL not lowering 64-bit function pointers
ClosedPublic

Authored by aardappel on Jan 25 2021, 4:51 PM.

Diff Detail

Event Timeline

aardappel created this revision.Jan 25 2021, 4:51 PM
aardappel requested review of this revision.Jan 25 2021, 4:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2021, 4:51 PM
dschuff accepted this revision.Jan 25 2021, 5:41 PM
This revision is now accepted and ready to land.Jan 25 2021, 5:41 PM
tlively accepted this revision.Jan 25 2021, 11:57 PM
tlively added inline comments.
llvm/test/CodeGen/WebAssembly/fast-isel-call-indirect64.ll
14–22

This test function could be stripped down even more.

aardappel marked an inline comment as done.

simplified test