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 cc934b3 commit fddfffeCopy full SHA for fddfffe
llvm/lib/Analysis/InstructionSimplify.cpp
@@ -38,12 +38,10 @@
38
#include "llvm/IR/Dominators.h"
39
#include "llvm/IR/InstrTypes.h"
40
#include "llvm/IR/Instructions.h"
41
-#include "llvm/IR/IntrinsicsNVPTX.h"
42
#include "llvm/IR/Operator.h"
43
#include "llvm/IR/PatternMatch.h"
44
#include "llvm/IR/Statepoint.h"
45
#include "llvm/Support/KnownBits.h"
46
-#include "llvm/Support/NVPTXAddrSpace.h"
47
#include <algorithm>
48
#include <optional>
49
using namespace llvm;
0 commit comments