"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2cf4232ced9e8ad789a793cb435e4c0e20940713"
[AVX-512] Add a test case to show that we don't select masked vpermi2ps when...
[AVX-512] Add a test case to show that we don't select masked vpermi2ps when the index operand comes from a bitcast. It doesn't work because we're looking for a bitcast from the v4i32 index operand to v4f32 for the passthru part of the DAG. But since the index is bitcasted from v2i64 and bitcasts fold, we actually have a bitcast from v2i64 to v4f32 in the passthru part of the DAG. Taken from optimized output from clang's test case. llvm-svn: 280695
Loading
Please register or sign in to comment