[all-commits] [llvm/llvm-project] e6e029: llvm-reduce: Fix asserting on TargetExtTypes that ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 24 21:38:36 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue
Home: https://github.com/llvm/llvm-project
Commit: e6e0295f2686b6d522a6a4e362cb975b46811efd
https://github.com/llvm/llvm-project/commit/e6e0295f2686b6d522a6a4e362cb975b46811efd
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