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

J. Ryan Stinnett via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 08:36:35 PDT 2023


================
@@ -515,6 +515,14 @@ Value *invertCondition(Value *Condition);
 /// function, explicitly materialize the maximal set in the IR.
 bool inferAttributesFromOthers(Function &F);
 
+///===---------------------------------------------------------------------===//
+///  DebugInfo utilities
----------------
jryans wrote:

I would think it fits in with the existing "Dbg Intrinsic utilities" section:

https://github.com/llvm/llvm-project/blob/df8e0d057d67a8167f2bdc81d8b61033beb55da5/llvm/include/llvm/Transforms/Utils/Local.h#L258

Perhaps it's better to append it to the end of that section instead of creating a new, similar section?

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


More information about the llvm-commits mailing list