[llvm] [NFC] Run UTC --check-globals on LowerTypeTests/import.ll (PR #170755)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 14:24:05 PST 2025
================
@@ -249,3 +261,17 @@ define i1 @single(ptr %p) {
; X86: !3 = !{i64 0, i64 32}
; X86: !4 = !{i64 0, i64 4294967296}
; X86: !5 = !{i64 0, i64 128}
+;.
+; X86: attributes #[[ATTR0:[0-9]+]] = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
+; X86: attributes #[[ATTR1:[0-9]+]] = { nocallback nocreateundeforpoison nofree nosync nounwind speculatable willreturn memory(none) }
+;.
+; X86: [[META0]] = !{i64 0, i64 256}
+; X86: [[META1]] = !{i64 0, i64 64}
+; X86: [[META2]] = !{i64 -1, i64 -1}
+; X86: [[META3]] = !{i64 0, i64 32}
+; X86: [[META4]] = !{i64 0, i64 4294967296}
----------------
boomanaiden154 wrote:
https://github.com/llvm/llvm-project/actions/runs/19945253097/attempts/1#summary-57192979400
Looks like it's not. Bad UTC run maybe?
https://github.com/llvm/llvm-project/pull/170755
More information about the llvm-commits
mailing list