[llvm] [GlobalISel][NFC] Fix LLT Propagation (PR #119587)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 09:47:37 PST 2024
aemerson wrote:
> Feel free to merge this for me since I do not have commit access. In the meanwhile I already started drafting a PR that removes initialization with scalar sizes: #119725
Sure, just a tip on GitHub workflow though: it's recommended you don't merge into your PR branch from main. If you need to update you should do a rebase and then force push the new branch. In most cases however rebasing isn't done either unless it's been a long time since it can also mess with the review comment UI a bit.
https://github.com/llvm/llvm-project/pull/119587
More information about the llvm-commits
mailing list