mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
53516796c3
This is an optimized approach for D94155. Previous code build the model that tile config register is the user of each AMX instruction. There is a problem for the tile config register spill. When across function, the ldtilecfg instruction may be inserted on each AMX instruction which use tile config register. This cause all tile data register clobber. To fix this issue, we remove the model of tile config register. Instead, we analyze the AMX instructions between one call to another. We will insert ldtilecfg after the first call if we find any AMX instructions. Reviewed By: LuoYuanke Differential Revision: https://reviews.llvm.org/D95136 |
||
---|---|---|
.. | ||
amx-across-func.ll | ||
amx-bf16-intrinsics.ll | ||
amx-config.ll | ||
amx-int8-intrinsics.ll | ||
amx-intrinsic-chain.ll | ||
amx-ldtilecfg-insert.ll | ||
amx-sched.ll | ||
amx-spill-merge.ll | ||
amx-spill.ll | ||
amx-tile-basic.ll | ||
amx-tile-intrinsics.ll | ||
amx-type.ll |