[all-commits] [llvm/llvm-project] e45aa2: [AMDGPU] Update LiveVariables after killing an imm...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Jul 14 02:52:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e45aa230ad8e92d714a00ed15fbaa863eaf86265
https://github.com/llvm/llvm-project/commit/e45aa230ad8e92d714a00ed15fbaa863eaf86265
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Update LiveVariables after killing an immediate def
D114999 added code to kill an immediate def if it was folded into its
only use by convertToThreeAddress. This patch updates LiveVariables when
that happens in order to fix verification failures exposed by D129213.
Differential Revision: https://reviews.llvm.org/D129661
More information about the All-commits
mailing list