================ @@ -326,9 +326,14 @@ class AArch64DAGToDAGISel : public SelectionDAGISel { return false; } - template <unsigned BaseReg> bool ImmToTile(SDValue N, SDValue &Imm) { + template <unsigned BaseReg, unsigned Max> + bool ImmToTile(SDValue N, SDValue &Imm) { ---------------- sdesmalen-arm wrote:
If `ImmToTile` is now used for ZT, this is no longer the right name. Can you rename this to `ImmToReg` or something that like that instead? https://github.com/llvm/llvm-project/pull/72849 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits