Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Feb 27, 2024
1 parent a0bcff7 commit 11682bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enzyme/Enzyme/PreserveNVVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ extern "C" void AddPreserveNVVMPass(LLVMPassManagerRef PM, uint8_t Begin) {

PreserveNVVMNewPM::Result
PreserveNVVMNewPM::run(llvm::Module &M, llvm::ModuleAnalysisManager &MAM) {
llvm::errs() << " PNPM: " << M << "\n";
bool changed = false;
for (auto &F : M)
changed |= preserveNVVM(Begin, F);
Expand Down

0 comments on commit 11682bb

Please sign in to comment.