Skip to content

Commit d3dfcfe

Browse files
authored
Remove __builtin_unreachable macros for Windows as unused (#5179)
`__builtin_unreachable` was removed in triton-lang/triton@084d620
1 parent b2ec053 commit d3dfcfe

File tree

1 file changed

+0
-4
lines changed
  • lib/Dialect/TritonNvidiaGPU/IR

1 file changed

+0
-4
lines changed

lib/Dialect/TritonNvidiaGPU/IR/Ops.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
#include "triton/Dialect/TritonNvidiaGPU/Transforms/Utility.h"
3434
#include "llvm/Support/ErrorHandling.h"
3535

36-
#if defined(_MSC_VER) && !defined(__clang__)
37-
#define __builtin_unreachable() __assume(0)
38-
#endif
39-
4036
using namespace mlir::triton::gpu;
4137

4238
namespace mlir {

0 commit comments

Comments
 (0)