"lld/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b4b68b64fdaa3d91419e8f02ce1205f2eddc2245"
[Hexagon] Skip byval arguments when checking parameter attributes
From the point of view of register assignment, byval parameters are ignored: a byval parameter is not going to be assigned to a register, and it will not affect the assignments of subsequent parameters. When matching registers with parameters in the bit tracker, make sure to skip byval parameters before advancing the registers. llvm-svn: 278375
Loading
Please register or sign in to comment