This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use opaqueptr in llvm/test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
ClosedPublic

Authored by mingmingl on Sep 18 2022, 11:00 PM.

Details

Summary

Use opaqueptr for test case
llvm/test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll.

  • Adjust variable number accordingly since bitcast between different pointer types are not necessary.

Diff Detail

Event Timeline

mingmingl created this revision.Sep 18 2022, 11:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 11:00 PM
mingmingl requested review of this revision.Sep 18 2022, 11:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 11:00 PM
fhahn accepted this revision.Sep 19 2022, 3:48 AM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision is now accepted and ready to land.Sep 19 2022, 3:48 AM

Thanks! Going to submit.