This is an archive of the discontinued LLVM Phabricator instance.

Precommit tests for #60690
ClosedPublic

Authored by junaire on Mar 22 2023, 8:59 AM.

Details

Summary

Signed-off-by: Jun Zhang <jun@junz.org>

Diff Detail

Event Timeline

junaire created this revision.Mar 22 2023, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 8:59 AM
junaire requested review of this revision.Mar 22 2023, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 8:59 AM
RKSimon added inline comments.Mar 22 2023, 11:20 AM
llvm/test/Transforms/InstCombine/bswap.ll
933

(style) Its always useful to tag the test case with the relevant bug (avoids having to git blame the file) - either call the test PR60690 or add a comment above mentioning it

junaire updated this revision to Diff 507605.Mar 22 2023, 10:11 PM
  1. Use more meaningful name for the tests
  2. Add fshr case
junaire accepted this revision.Mar 23 2023, 7:51 PM

Since D146637 is approved, let's just land this as well. :)

This revision is now accepted and ready to land.Mar 23 2023, 7:51 PM
This revision was landed with ongoing or failed builds.Mar 23 2023, 7:51 PM
This revision was automatically updated to reflect the committed changes.