[all-commits] [llvm/llvm-project] 9fe77a: llvm-reduce: Fix operand reduction asserting on ta...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 24 06:05:29 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/fix-assert-operands-to-zero-target-ext-type
Home: https://github.com/llvm/llvm-project
Commit: 9fe77abbcf6819c420ae8ae0c47790523c7682b4
https://github.com/llvm/llvm-project/commit/9fe77abbcf6819c420ae8ae0c47790523c7682b4
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/reduce-operands-target-ext-ty.ll
M llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
Log Message:
-----------
llvm-reduce: Fix operand reduction asserting on target ext types
Not all TargetExtTypes support zeroinit, so use poison as a substitute
if unavailable.
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