This is an archive of the discontinued LLVM Phabricator instance.

[X86][AMX] Clear AMX lit test case.
ClosedPublic

Authored by LuoYuanke on Jan 18 2021, 5:26 AM.

Details

Summary

Add nounwind attribute to avoid generating cfi instructions.

Diff Detail

Event Timeline

LuoYuanke created this revision.Jan 18 2021, 5:26 AM
LuoYuanke requested review of this revision.Jan 18 2021, 5:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2021, 5:26 AM
pengfei added inline comments.Jan 18 2021, 6:01 AM
llvm/test/CodeGen/X86/AMX/amx-across-func.ll
6

Seems all alignment should be 64?

llvm/test/CodeGen/X86/AMX/amx-spill.ll
66

Happen to find the directive information was wrong. We may need to keep it to fix the bug.

pengfei added inline comments.Jan 18 2021, 6:31 PM
llvm/test/CodeGen/X86/AMX/amx-spill.ll
66

There's no problem. Sorry for the noise.

LuoYuanke updated this revision to Diff 317446.Jan 18 2021, 6:59 PM

Address Pengfei's comments.

pengfei accepted this revision.Jan 18 2021, 7:05 PM

LGTM.

This revision is now accepted and ready to land.Jan 18 2021, 7:05 PM
This revision was landed with ongoing or failed builds.Jan 18 2021, 7:26 PM
This revision was automatically updated to reflect the committed changes.