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