This is an archive of the discontinued LLVM Phabricator instance.

[mlir:LLVM] Fix minor bug, missing cconv translation
ClosedPublic

Authored by hgreving on Jan 11 2023, 9:53 AM.

Details

Summary

Fixes translating the calling convention to LLVM-IR, possibly missed
by https://reviews.llvm.org/D126161, and adds a test.

Diff Detail

Event Timeline

hgreving created this revision.Jan 11 2023, 9:53 AM
Herald added a project: Restricted Project. · View Herald Transcript
hgreving requested review of this revision.Jan 11 2023, 9:53 AM
hgreving edited reviewers, added: alexbatashev; removed: dcaballe.Jan 11 2023, 9:54 AM
ftynse accepted this revision.Jan 16 2023, 5:37 AM
This revision is now accepted and ready to land.Jan 16 2023, 5:37 AM
hgreving closed this revision.Jan 16 2023, 12:21 PM

Committed at 37c750a5fd13 (forgot to mark in the commit message).