[all-commits] [llvm/llvm-project] caedfd: llvm-reduce: Fix asserting on TargetExtTypes that ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 24 06:24:16 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue
Home: https://github.com/llvm/llvm-project
Commit: caedfd891a14f679e1f5f3d5f00f0e63d8599676
https://github.com/llvm/llvm-project/commit/caedfd891a14f679e1f5f3d5f00f0e63d8599676
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-24 (Mon, 24 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