This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Pre commit test of PR57502
AbandonedPublic

Authored by 0x59616e on Sep 14 2022, 3:59 AM.

Details

Reviewers
mingmingl
Summary

This is a pre-commit test of #57502

Diff Detail

Event Timeline

0x59616e created this revision.Sep 14 2022, 3:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 3:59 AM
0x59616e requested review of this revision.Sep 14 2022, 3:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 3:59 AM
mingmingl added inline comments.Sep 19 2022, 1:07 PM
llvm/test/CodeGen/AArch64/pr57502.ll
2

It'd be good to add a line for big-endian systems (like

; RUN: llc < %s -mtriple aarch64_be-none-linux-gnu | FileCheck --check-prefix=CHECK-BE %s)

18

nit: return i8 directly (not using store) serves the purpose of preventing DCE.

0x59616e abandoned this revision.Sep 19 2022, 5:01 PM

Thanks for reviewing ! I would like to use D133280 as the pre-commit test. This revision should've been abandoned.