[llvm] [InstCombine] Add contributor guide (PR #79007)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 07:13:52 PDT 2024
nikic wrote:
> what about adding when to use `return replaceInstUsesWith`, `return Builder.CreateXX`, and `return new SomeInstruction`?
Done.
https://github.com/llvm/llvm-project/pull/79007
More information about the llvm-commits
mailing list