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.
__builtin_unreachable
1 parent b2ec053 commit d3dfcfeCopy full SHA for d3dfcfe
lib/Dialect/TritonNvidiaGPU/IR/Ops.cpp
@@ -33,10 +33,6 @@
33
#include "triton/Dialect/TritonNvidiaGPU/Transforms/Utility.h"
34
#include "llvm/Support/ErrorHandling.h"
35
36
-#if defined(_MSC_VER) && !defined(__clang__)
37
-#define __builtin_unreachable() __assume(0)
38
-#endif
39
-
40
using namespace mlir::triton::gpu;
41
42
namespace mlir {
0 commit comments