Issue 144180
Summary CodeGenFunction take LValue by value in many of its member function
Labels new issue
Assignees
Reporter shafik
    Static analysis has pointed out that `LValue` is not a small object but in several member functions of `CodeGenFunction` it passes around an `LValue` by value when it could take it by const &. 

I don't see a good reason to not refactor but perhaps I am missing something.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to