[all-commits] [llvm/llvm-project] f638f8: [FuzzMutate] Prevent the mutator from generating i...
Manuel Carrasco via All-commits
all-commits at lists.llvm.org
Mon May 12 10:15:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f638f86384691052c30eda074e6d199d5a691223
https://github.com/llvm/llvm-project/commit/f638f86384691052c30eda074e6d199d5a691223
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M llvm/lib/FuzzMutate/IRMutator.cpp
Log Message:
-----------
[FuzzMutate] Prevent the mutator from generating invalid IR caused by non-callable CCs (#139080)
The current implementation can generate invalid IR due to illegal use of
CCs. This matches the behaviour of the IRVerifier.
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