[llvm] [IR] Initial introduction of memset_pattern (PR #97583)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 03:57:12 PDT 2024
================
@@ -1003,6 +1003,14 @@ def int_memset_inline
NoCapture<ArgIndex<0>>, WriteOnly<ArgIndex<0>>,
ImmArg<ArgIndex<3>>]>;
+// Memset variant that writes a given pattern.
----------------
arsenm wrote:
Really we ought to have tablegen mandatory doc strings
https://github.com/llvm/llvm-project/pull/97583
More information about the llvm-commits
mailing list