[PATCH] D21723: [RFC] Enhance synchscope representation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 09:00:23 PDT 2017


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPU.h:14
 
+#include "llvm/IR/Instructions.h"
+
----------------
Including this here looks weird. Can we move the dependent enum somewhere else?


https://reviews.llvm.org/D21723





More information about the llvm-commits mailing list