This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][NFC] Group SystemZ tests in SystemZ folder
ClosedPublic

Authored by abhina.sreeskantharajan on Nov 17 2020, 7:01 AM.

Details

Summary

This patch creates a SystemZ folder in clang/test/CodeGen to contain systemz-related lit tests.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2020, 7:01 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
abhina.sreeskantharajan requested review of this revision.Nov 17 2020, 7:01 AM

Add one more testcase.

muiez accepted this revision.Nov 18 2020, 8:37 AM
This revision is now accepted and ready to land.Nov 18 2020, 8:37 AM
This revision was landed with ongoing or failed builds.Nov 18 2020, 8:49 AM
This revision was automatically updated to reflect the committed changes.

.ll -> .s tests should be placed in llvm/test/CodeGen/SystemZ, not in clang

.ll -> .s tests should be placed in llvm/test/CodeGen/SystemZ, not in clang

Sorry for the late reply, I was on vacation. Is there a specific test you are referring to? All the testcases I moved in this commit already existed in clang/test/CodeGen and all seem to start with .c or .cpp, not .ll