[llvm] [IR] Initial introduction of memset_pattern (PR #97583)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 09:43:05 PST 2024


================
@@ -1263,6 +1263,46 @@ class MemSetInlineInst : public MemSetInst {
   }
 };
 
+/// This is the base class for memset.pattern
----------------
topperc wrote:

experimental.memsest.pattern?

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


More information about the llvm-commits mailing list