[PATCH] D104997: [AMDGPU] Deduce attributes with the Attributor

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 21:45:10 PDT 2021


jdoerfert accepted this revision.
jdoerfert added a comment.

LG



================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp:159
+  DenseMap<const Constant *, uint8_t> ConstantStatus;
+};
+
----------------
Nit: Some doxygen docu about these methods and members would be good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104997



More information about the llvm-commits mailing list