================
@@ -26,7 +26,7 @@ entry:
 declare signext i32 @do_something(ptr)
 
 ; CHECK: name:            test
-; CHECK: alignment:       16
+; CHECK: alignment:       4
----------------
pcc wrote:

Most targets do it by checking for `.align` family directives in the asm 
output. You can find some examples by e.g. grepping for `.p2align` in the tests.

https://github.com/llvm/llvm-project/pull/158368
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to