[PATCH] D95582: [X86][AMX] Prevent shape def being scheduled across ldtilecfg.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 19:39:06 PST 2021


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/test/CodeGen/X86/AMX/amx-sched.ll:5
+; Just to make sure shape def is not scheduled across ldtilecfg.
+; CHECK:    ldtilecfg
+  %c1 = bitcast <256 x i32> %c to x86_amx
----------------
Maybe better add a CHECK-NOT after ldtilecfg to make sure no shape been scheduled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95582/new/

https://reviews.llvm.org/D95582



More information about the llvm-commits mailing list