[all-commits] [llvm/llvm-project] 42c74d: llvm-reduce: Fix asserting on TargetExtTypes that ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 24 19:23:38 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue
Home: https://github.com/llvm/llvm-project
Commit: 42c74dd8ab2e5246b8664a29bc4d9db3ac9c75eb
https://github.com/llvm/llvm-project/commit/42c74dd8ab2e5246b8664a29bc4d9db3ac9c75eb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-25 (Tue, 25 Mar 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/operands-to-args-target-ext-type.ll
A llvm/test/tools/llvm-reduce/reduce-args-target-ext-ty.ll
M llvm/tools/llvm-reduce/deltas/Utils.cpp
Log Message:
-----------
llvm-reduce: Fix asserting on TargetExtTypes that do not support zeroinit
So far I've been unsuccessful in finding an example where the used constant
value is directly observed in the output. This avoids an assert in an intermediate
step of value replacement.
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