[PATCH] D77344: [AMDGPU] Propagate AGPR RC from PHI to its PHI operands

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 17:22:34 PDT 2020


rampitec marked an inline comment as done.
rampitec added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/mfma-loop.ll:534
+}
+
 declare <32 x float> @llvm.amdgcn.mfma.f32.32x32x1f32(float, float, <32 x float>, i32, i32, i32)
----------------
arsenm wrote:
> Should also have a test where a phi directly refers to itself
Is it a real case?! This is SSA, value should be defined earlier.


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

https://reviews.llvm.org/D77344





More information about the llvm-commits mailing list