[PATCH] D32056: AMDGPU: Move trap lowering to DAG

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 11:57:12 PDT 2017


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:2404
+                                     Op.getDebugLoc(),
+                                     DS_Warning);
+    LLVMContext &Ctx = MF.getFunction()->getContext();
----------------
kzhuravl wrote:
> Can we make it an error?
We decided this should be a warning before, this isn't changing that


https://reviews.llvm.org/D32056





More information about the llvm-commits mailing list