Avoid additional local created for delegate invocations (#63796)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Fri, 21 Jan 2022 17:25:32 +0000 (18:25 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 17:25:32 +0000 (18:25 +0100)
commit1bb3276544b0bfbe3e30be52b7f19ce2a45dccb6
tree90283c3ea8bd94cd9f097dc0f0ac09c574676f61
parent9c8b804099ce79f44733c23d4fc59801ab03f86d
Avoid additional local created for delegate invocations (#63796)

Very often 'this' is already a local and we can avoid creating another
local.
src/coreclr/jit/lower.cpp