(no commit message)
authorlkcl <lkcl@web>
Wed, 17 Aug 2022 07:37:20 +0000 (08:37 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 17 Aug 2022 07:37:20 +0000 (08:37 +0100)
openpower/sv/shape_table_format.mdwn

index a4a2f31bfa44510d5011cf8407097317e3d959d3..894f967337f6406d17b44c05aa10d15e34b15192 100644 (file)
@@ -162,3 +162,8 @@ def index_remap(ISHAPE, i):
     return get_polymorphed_reg(svreg, srcwid, el_idx) + offs
 ```
 
+The most important observation above is that the Matrix-style
+remapping occurs first and the Index lookup second.  Thus it
+becomes possible to perform in-place Transpose of Indices which
+may have been costly to set up or costly to duplicate
+(waste register file space).