[PATCH] D98772: [AMDGPU] Avoid unnecessary graph visits during WQM marking

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 04:40:06 PDT 2021


foad added a comment.

Looks reasonable.



================
Comment at: llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp:350
     const VNInfo *NextValue = nullptr;
+    const VisitKey Key = VisitKey(Value, DefinedLanes);
 
----------------
Remove ` = VisitKey`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98772



More information about the llvm-commits mailing list