[all-commits] [llvm/llvm-project] 8ea018: [DAGISel] Fix MMRA Handling in copyExtraInfo (#124...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Jan 28 04:27:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ea018ce1de016a2923ebc48d39abc1c06cce41e
https://github.com/llvm/llvm-project/commit/8ea018ce1de016a2923ebc48d39abc1c06cce41e
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/AMDGPU/mmra.ll
Log Message:
-----------
[DAGISel] Fix MMRA Handling in copyExtraInfo (#124730)
#78569 did not implement this correctly and an edge case breaks it by
triggering `Assertion `!Leafs.empty()' failed.`
Fixes SWDEV-507698
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