Skip to content

Commit

Permalink
revert changes to InstructionSimplify.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-B committed Oct 30, 2024
1 parent cc934b3 commit fddfffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Analysis/InstructionSimplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
#include "llvm/IR/Dominators.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicsNVPTX.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Statepoint.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/NVPTXAddrSpace.h"
#include <algorithm>
#include <optional>
using namespace llvm;
Expand Down

0 comments on commit fddfffe

Please sign in to comment.