Skip to content

Commit 8aacbbe

Browse files
committed
fixing ir
Signed-off-by: Karan Janthe <[email protected]>
1 parent f49db89 commit 8aacbbe

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make/autodiff/type-trees/type-analysis/memcpy

1 file changed

+1
-1
lines changed

tests/run-make/autodiff/type-trees/type-analysis/memcpy/memcpy.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CHECK: test_memcpy - {[-1]:Float@double} |{[-1]:Pointer, [-1,0]:Float@double, [-1,8]:Float@double, [-1,16]:Float@double, [-1,24]:Float@double, [-1,32]:Float@double, [-1,40]:Float@double, [-1,48]:Float@double, [-1,56]:Float@double}:{}
22

3-
CHECK-DAG: call void @llvm.memcpy{{.*}}!enzyme_type
3+
CHECK-DAG: ptr %{{[0-9]+}}: {[-1]:Pointer, [-1,0]:Float@double, [-1,8]:Float@double, [-1,16]:Float@double, [-1,24]:Float@double, [-1,32]:Float@double, [-1,40]:Float@double, [-1,48]:Float@double, [-1,56]:Float@double}
44

55
CHECK-DAG: load double{{.*}}: {[-1]:Float@double}
66

0 commit comments

Comments
 (0)