This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Replace zihintntl with zicond in ISAInfo unittest
ClosedPublic

Authored by BeMg on Jul 18 2023, 11:03 PM.

Details

Summary

Some ISAInfo unittest base on experimental-zihintntl, but zihintntl will become none-experimental. This patch use another experimental extension zicond to replace zihintntl.

Diff Detail

Event Timeline

BeMg created this revision.Jul 18 2023, 11:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 11:03 PM
BeMg requested review of this revision.Jul 18 2023, 11:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 11:03 PM
BeMg edited the summary of this revision. (Show Details)Jul 18 2023, 11:11 PM
BeMg added reviewers: kito-cheng, craig.topper.
This revision is now accepted and ready to land.Jul 18 2023, 11:33 PM
BeMg edited the summary of this revision. (Show Details)Jul 19 2023, 3:42 AM
This revision was landed with ongoing or failed builds.Jul 19 2023, 4:41 AM
This revision was automatically updated to reflect the committed changes.