You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SystemZ] Add codegen test for global string alignment
This commit adds a test for the SystemZ backend that checks for the correct
alignment of global strings created by the PrintFOptimizer for the case
`printf("foo\n")` -> `puts("foo")`.
0 commit comments