From 1aaa6ff930121cd4af87e0bc724913c5ec06ad21 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 3 May 2023 03:52:02 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index fee0fdb57..2658c7206 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -837,7 +837,9 @@ 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). +(waste register file space). In other words: it is fine for two or more +SVSHAPEs to simultaneously use the same +Indices, but one SVSHAPE has different 2D dimensions and ordering from the others. ------------- -- 2.30.2