[all-commits] [llvm/llvm-project] 9a547e: [StableHashing] Hash vregs with multiple defs
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Feb 21 02:39:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a547e7009f7502f6e32361f6e8812837a30576f
https://github.com/llvm/llvm-project/commit/9a547e7009f7502f6e32361f6e8812837a30576f
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/MachineStableHash.cpp
Log Message:
-----------
[StableHashing] Hash vregs with multiple defs
This allows stableHashValue to be used on Machine IR that is
not in SSA form.
Differential Revision: https://reviews.llvm.org/D120121
More information about the All-commits
mailing list