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