"...lib/Headers/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "fa880e6114c37a11bfe6cd1b600f2ba392c4fac8"
ARM NEON: fix range checking on immediates.
Previously, range checking on the __builtin_neon_XYZ_v Clang intrinsics didn't take account of the type actually passed to the call, which meant a request like "vext_s16(a, b, 7)" was allowed through (TableGen was conservative and allowed 0-7 for all types). This caused an assert in the backend because the lane doesn't make sense. llvm-svn: 201232
Loading
Please sign in to comment