[llvm] VPlan/Builder: refine return types (NFC) (PR #108858)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 07:19:36 PDT 2024


artagnon wrote:

> Do you know if this would help to simplify any code that uses the result of the builders (e.g. removes unnecessary `cast<>`)? If it helps to simplify it would be great.

Yes, it helps strip a cast. See latest commit.

https://github.com/llvm/llvm-project/pull/108858


More information about the llvm-commits mailing list