[all-commits] [llvm/llvm-project] 907798: [LowerInvoke] Use createCallMatchingInvoke instead...
Justin Lebar via All-commits
all-commits at lists.llvm.org
Sat May 30 10:59:43 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90779840d51aa3fff6fa030ade7150bc647ac5ff
https://github.com/llvm/llvm-project/commit/90779840d51aa3fff6fa030ade7150bc647ac5ff
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-05-30 (Sat, 30 May 2026)
Changed paths:
M llvm/lib/Transforms/Utils/LowerInvoke.cpp
M llvm/test/Transforms/LowerInvoke/lowerinvoke.ll
Log Message:
-----------
[LowerInvoke] Use createCallMatchingInvoke instead of rolling it ourselves (#200536)
Using createCallMatchingInvoke ensures we copy metadata from the invoke
onto the call.
This bug was found by a large run of Opus 4.7 looking for bugs in LLVM.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list