[PATCH] D32056: AMDGPU: Move trap lowering to DAG
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 11:04:55 PDT 2017
kzhuravl added a comment.
http://llvm.org/docs/AMDGPUUsage.html#non-hsa-os also needs updating.
================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:2404
+ Op.getDebugLoc(),
+ DS_Warning);
+ LLVMContext &Ctx = MF.getFunction()->getContext();
----------------
Can we make it an error?
https://reviews.llvm.org/D32056
More information about the llvm-commits
mailing list