SPU LLVM: restore lost comment
This commit is contained in:
@@ -7418,6 +7418,8 @@ public:
|
|||||||
{
|
{
|
||||||
if (auto [ok, bs] = match_expr(b, byteswap(match<u8[16]>())); ok)
|
if (auto [ok, bs] = match_expr(b, byteswap(match<u8[16]>())); ok)
|
||||||
{
|
{
|
||||||
|
// Undo endian swapping, and rely on pshufb/vperm2b to re-reverse endianness
|
||||||
|
|
||||||
if (m_use_avx512_icl && (op.ra != op.rb))
|
if (m_use_avx512_icl && (op.ra != op.rb))
|
||||||
{
|
{
|
||||||
const auto m = gf2p8affineqb(c, build<u8[16]>(0x40, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x40, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20), 0x7f);
|
const auto m = gf2p8affineqb(c, build<u8[16]>(0x40, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x40, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20), 0x7f);
|
||||||
|
|||||||
Reference in New Issue
Block a user