commit | c877f4d320b431f64634b8cda057311ea17c9a26 | [log] [tgz] |
---|---|---|
author | Rhys Perry <pendingchaos02@gmail.com> | Tue Nov 12 15:29:45 2019 +0000 |
committer | Rhys Perry <pendingchaos02@gmail.com> | Tue Nov 12 17:21:38 2019 +0000 |
tree | b7f6b43808f7da2d891ebc7958fa87abec019c27 | |
parent | f97d9334263a4dd8878c4e259fb5afcdc1334904 [diff] |
nir/divergence: improve DA of shuffle If the data is uniform, then it's really a uniform copy. If the index is uniform, then it's really a read_invocation. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>