[PATCH] D99152: [AMX] Prototype for vector and amx bitcast.

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 24 19:41:45 PDT 2021


LuoYuanke added a comment.

In D99152#2647681 <https://reviews.llvm.org/D99152#2647681>, @fhahn wrote:

> I can't see any `load <256 x i32>` in the linked example, just a store. Could you check the example?

I create another example at https://gcc.godbolt.org/z/v6od5ceEz. In bar() function, you can see the `load <256 x i32>*` in the IR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99152



More information about the cfe-commits mailing list