[PATCH] D74908: AMDGPU/SIInsertSkips: Fix the determination of whether early-exit-after-kill is possible

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 06:33:43 PST 2020


nhaehnle marked an inline comment as done.
nhaehnle added a comment.

Thanks.



================
Comment at: llvm/lib/Target/AMDGPU/SIInsertSkips.cpp:344
     llvm_unreachable("invalid opcode, expected SI_KILL_*_TERMINATOR");
+    return false;
   }
----------------
arsenm wrote:
> Dead code
Removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74908





More information about the llvm-commits mailing list