ac/llvm: remove unused function dpp_row_sl

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15098>
This commit is contained in:
Marek Olšák
2022-01-22 10:17:30 -05:00
committed by Marge Bot
parent cfaaa0892f
commit bf7d25cd1b

View File

@@ -3508,12 +3508,6 @@ static inline enum dpp_ctrl dpp_quad_perm(unsigned lane0, unsigned lane1, unsign
return _dpp_quad_perm | lane0 | (lane1 << 2) | (lane2 << 4) | (lane3 << 6); return _dpp_quad_perm | lane0 | (lane1 << 2) | (lane2 << 4) | (lane3 << 6);
} }
static inline enum dpp_ctrl dpp_row_sl(unsigned amount)
{
assert(amount > 0 && amount < 16);
return _dpp_row_sl | amount;
}
static inline enum dpp_ctrl dpp_row_sr(unsigned amount) static inline enum dpp_ctrl dpp_row_sr(unsigned amount)
{ {
assert(amount > 0 && amount < 16); assert(amount > 0 && amount < 16);