[llvm] [Offload] Sanitize "standalone" unreachable instructions (PR #101425)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 21:58:22 PDT 2024


================
@@ -30,6 +31,14 @@ Directive getCompoundConstruct(ArrayRef<Directive> Parts);
 bool isLeafConstruct(Directive D);
 bool isCompositeConstruct(Directive D);
 bool isCombinedConstruct(Directive D);
+
+/// Create a nicer version of a function name for humans to look at.
+std::string prettityFunctionName(StringRef FunctionName);
----------------
arsenm wrote:

prettity?

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


More information about the llvm-commits mailing list