[llvm] [IPSCCP] Variable not visible at Og. (PR #66745)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 23:57:36 PDT 2023


================
@@ -3606,3 +3606,41 @@ bool llvm::inferAttributesFromOthers(Function &F) {
 
   return Changed;
 }
+
+DIExpression *llvm::getExpressionForConstant(DIBuilder &DIB, const Constant *C,
----------------
CarlosAlbertoEnciso wrote:

Passing them as references.

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


More information about the llvm-commits mailing list