[llvm] [GlobalISel] Optimize ULEB128 usage (PR #90565)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 07:48:27 PDT 2024
================
@@ -278,6 +278,14 @@
#define LLVM_ATTRIBUTE_RETURNS_NONNULL
#endif
+/// LLVM_ATTRIBUTE_RESTRICT- Annotates a pointer to tell the compiler that
----------------
arsenm wrote:
```suggestion
/// LLVM_ATTRIBUTE_RESTRICT - Annotates a pointer to tell the compiler that
```
https://github.com/llvm/llvm-project/pull/90565
More information about the llvm-commits
mailing list