[llvm-branch-commits] CodeGen: Fix implementation of __builtin_trivially_relocate. (PR #140312)

Oliver Hunt via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 16 23:24:35 PDT 2025


================
@@ -8,7 +8,7 @@ struct S trivially_relocatable_if_eligible {
 };
 
 // CHECK: @_Z4testP1SS0_
-// CHECK: call void @llvm.memmove.p0.p0.i64
+// CHECK: call void @llvm.memmove.p0.p0.i64({{.*}}, i64 8
----------------
ojhunt wrote:

given this was a size issue, I think it's important this memmove check has the expected count, so can we have a few tests for multiple *different* counts?

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


More information about the llvm-branch-commits mailing list