This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove stale references to experimental-b. NFC
ClosedPublic

Authored by craig.topper on Jan 12 2022, 11:47 AM.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 12 2022, 11:47 AM
craig.topper requested review of this revision.Jan 12 2022, 11:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2022, 11:47 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
asb accepted this revision.Jan 12 2022, 11:54 AM

LGTM, modulo a slight error in the find and replace for the test comments.

llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
171–172

"Bitmanip extensions extension" => "Bitmanip extensions" or "the Bitmanip extensions"

(Same for other instances of this replacement).

This revision is now accepted and ready to land.Jan 12 2022, 11:54 AM
craig.topper added inline comments.Jan 12 2022, 12:03 PM
llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll
171–172

Guess I should have read the whole sentence

Address comment

This revision was landed with ongoing or failed builds.Jan 12 2022, 12:17 PM
This revision was automatically updated to reflect the committed changes.