This is an archive of the discontinued LLVM Phabricator instance.

AMDPGU/R600: Replace llvm_unreachable() call with LLVMContext::emitError()
ClosedPublic

Authored by tstellarAMD on Jul 16 2015, 6:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDPGU/R600: Replace llvm_unreachable() call with LLVMContext::emitError().
tstellarAMD updated this object.
tstellarAMD added reviewers: arsenm, dsanders.
tstellarAMD added a subscriber: llvm-commits.
dsanders accepted this revision.Jul 16 2015, 7:33 AM
dsanders edited edge metadata.

This fixes the test for the Phase 2 and Phase 3 Release build for me. Thanks for the quick fix.

lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
1735–1736 ↗(On Diff #29899)

These two variables are unused now.

This revision is now accepted and ready to land.Jul 16 2015, 7:33 AM
This revision was automatically updated to reflect the committed changes.