[PATCH] D154348: Ignore modified attribute list if it yields invalid IR
Manish Kausik H via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 10:59:11 PDT 2023
Nirhar updated this revision to Diff 537433.
Nirhar added a comment.
1. Updating D154348 <https://reviews.llvm.org/D154348>: Ignore modified attribute list if it yields invalid IR #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment. #
4. If you intended to create a new revision, use:
5. $ arc diff --create
Code Refactor
Used `llvm::verifyModule` to verify modules modified by `CrashDebugger`
Introduced function `isValidModule` to verify correctness of IR, for
the needs of `CrashDebugger`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154348/new/
https://reviews.llvm.org/D154348
Files:
llvm/tools/bugpoint/CrashDebugger.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154348.537433.patch
Type: text/x-patch
Size: 3733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230705/9b2139a8/attachment.bin>
More information about the llvm-commits
mailing list