Do not emit undefined lsrh/ashr for NEON shifts
These IR instructions are undefined when the amount is equal to operand size, but NEON right shifts support such shifts. Work around that by emitting a different IR in these cases. llvm-svn: 191953
Loading
Please register or sign in to comment