"clang/lib/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5566290b341e42a2db22ffe3fad927568995111c"
-
Tom Stellard authored
All shift operations will be selected as SALU instructions and then if necessary lowered to VALU instructions in the SIFixSGPRCopies pass. This allows us to do more operations on the SALU which will improve performance and is also required for implementing private memory using indirect addressing, since the private memory pointers must stay in the scalar registers. This patch includes some fixes from Matt Arsenault. llvm-svn: 194625
8216602a
Loading