[llvm] VPlan/Builder: refine return types (NFC) (PR #108858)
    David Sherwood via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 17 07:32:52 PDT 2024
    
    
  
david-arm wrote:
That's why IRBuilder.h defines functions like this:
```
Value *CreateAnd(Value *LHS, Value *RHS, const Twine &Name = "")
```
https://github.com/llvm/llvm-project/pull/108858
    
    
More information about the llvm-commits
mailing list