[PATCH] D72709: [codegen,amdgpu] Enhance MIR DIE and re-arrange it for AMDGPU.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 11:11:54 PST 2020


arsenm added a comment.

I'm not sure this logic works in the presence of an undef subregister def



================
Comment at: llvm/lib/CodeGen/DeadMachineInstructionElim.cpp:87
+#ifndef NDEBUG
+          // Sanity check on uses of this dead regsiter. All of them should be
+          // 'undef'.
----------------
Typo regsiter


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72709/new/

https://reviews.llvm.org/D72709





More information about the llvm-commits mailing list