This is an archive of the discontinued LLVM Phabricator instance.

[X86] [AMX] Fix the test case failure caused by D107544.
ClosedPublic

Authored by yubing on Aug 17 2021, 10:35 PM.

Details

Summary

The issue can be duplicated when EXPENSIVE_CHECKS is specified for llvm
build. Thank Simon report this issue at
https://bugs.llvm.org/show_bug.cgi?id=51513. We need return correct
value for the changed IR.

Diff Detail

Event Timeline

LuoYuanke created this revision.Aug 17 2021, 10:35 PM
LuoYuanke requested review of this revision.Aug 17 2021, 10:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2021, 10:35 PM
yubing commandeered this revision.Aug 18 2021, 1:34 AM
yubing edited reviewers, added: LuoYuanke; removed: yubing.
yubing updated this revision to Diff 367143.Aug 18 2021, 1:36 AM

Bring back getRowFromCol

LuoYuanke accepted this revision.Aug 18 2021, 1:38 AM

LGTM, thanks.

This revision is now accepted and ready to land.Aug 18 2021, 1:38 AM
RKSimon accepted this revision.Aug 18 2021, 3:22 AM

LGTM - cheers

This revision was automatically updated to reflect the committed changes.