[PATCH] D130466: [LICM] - Opportunity for register promotion

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 01:54:45 PDT 2022


gsocshubham created this revision.
gsocshubham added reviewers: greened, momchil.velikov, efriedma, fhahn, craig.topper.
Herald added subscribers: StephenFan, asbirlea, hiraditya.
Herald added a project: All.
gsocshubham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Insert appropriate PHI node in LICM to hoist load.

This is draft patch to initiate discussion in aim of resolving #50537.


https://reviews.llvm.org/D130466

Files:
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/reg-promote.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130466.447229.patch
Type: text/x-patch
Size: 10363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220725/dfa33c2f/attachment.bin>


More information about the llvm-commits mailing list