[PATCH] D145767: [Verifier][NFC] Refactor check for associated metadata to allow multiple operands on AIX
Ting Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 14 23:08:51 PDT 2023
tingwang updated this revision to Diff 505372.
tingwang added a comment.
Address comments:
(1) Duplicated associated test cases to make copies for AIX XCOFF, and added `multiple operands` and `null operand` as legal cases.
(2) Updated verifier logic to check for AIX target.
(3) Moved XFAIL check to specific lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145767/new/
https://reviews.llvm.org/D145767
Files:
clang/test/CodeGen/PowerPC/aix-init-ref-null.cpp
clang/test/CodeGen/PowerPC/aix-ref-static-var.cpp
clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
clang/test/CodeGenCXX/aix-static-init.cpp
llvm/docs/LangRef.rst
llvm/lib/IR/Verifier.cpp
llvm/test/Assembler/associated-metadata-aix-xcoff.ll
llvm/test/Linker/Inputs/associated-global-aix-xcoff.ll
llvm/test/Linker/associated-global-aix-xcoff.ll
llvm/test/Verifier/associated-metadata-aix-xcoff.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145767.505372.patch
Type: text/x-patch
Size: 23460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230315/d5de7bc4/attachment-0001.bin>
More information about the cfe-commits
mailing list