This is an archive of the discontinued LLVM Phabricator instance.

[mlir][nvvm] Fix test (NFC)
ClosedPublic

Authored by guraypp on Jul 12 2023, 2:34 AM.

Details

Summary

ptxas complains with . in the function name, so we delete. Also, it expects return i64.

Diff Detail

Event Timeline

guraypp created this revision.Jul 12 2023, 2:34 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
guraypp requested review of this revision.Jul 12 2023, 2:34 AM
guraypp updated this revision to Diff 539446.Jul 12 2023, 2:42 AM

fix return type in test

This revision was not accepted when it landed; it landed in state Needs Review.Jul 12 2023, 5:37 AM
This revision was automatically updated to reflect the committed changes.