This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Remove useless intrinsic function declare in test of Zbp extension
ClosedPublic

Authored by Jimerlife on Feb 23 2022, 12:44 AM.

Details

Summary

Remove useless intrinsic function declare.
It's should be @llvm.riscv.grev.i32 and @llvm.riscv.gorc.i64, not @llvm.riscv.grevi.i32 and @llvm.riscv.gorci.i64.

Diff Detail

Event Timeline

Jimerlife created this revision.Feb 23 2022, 12:44 AM
Jimerlife requested review of this revision.Feb 23 2022, 12:44 AM
Jimerlife edited the summary of this revision. (Show Details)Feb 23 2022, 12:45 AM
benshi001 accepted this revision.Feb 23 2022, 1:17 AM
This revision is now accepted and ready to land.Feb 23 2022, 1:17 AM
This revision was landed with ongoing or failed builds.Feb 24 2022, 12:45 AM
This revision was automatically updated to reflect the committed changes.