[PATCH] D64967: [AMDGPU] Allow register tuples to set asm names
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 19:00:56 PDT 2019
rampitec added a comment.
That also shall be possible to build register dags in a single parent class based on the same RegSeq. Everything with stride 1 is trunc/shl and everything with higher stride is decimate/shl of the same stride. They can even be combined into a single expression.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64967/new/
https://reviews.llvm.org/D64967
More information about the llvm-commits
mailing list