We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485ae20 commit 88a786fCopy full SHA for 88a786f
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -1817,8 +1817,6 @@ mlir::NVVM::IDArgPair NVVM::BarrierOp::getIntrinsicIDAndArgs(
1817
case NVVM::BarrierReduction::POPC:
1818
id = llvm::Intrinsic::nvvm_barrier0_popc;
1819
break;
1820
- default:
1821
- llvm_unreachable("Unknown reduction operation for barrier");
1822
}
1823
args.push_back(mt.lookupValue(thisOp.getReductionPredicate()));
1824
} else {
0 commit comments