Page MenuHomePhabricator

Restore diagnostic handler after CodeGenAction::ExecuteAction
ClosedPublic

Authored by mantognini on Feb 11 2021, 3:50 AM.

Details

Summary

Fix dangling pointer to local variable and address some typos.

Diff Detail

Unit TestsFailed

TimeTest
60 msx64 debian > Polly.ScopInfo::user_provided_assumptions.ll
Script: -- : 'RUN: at line 1'; opt -polly-process-unprofitable -polly-remarks-minimal -polly-use-llvm-names -polly-import-jscop-dir=/mnt/disks/ssd0/agent/llvm-project/polly/test/ScopInfo -polly-codegen-verify -pass-remarks-analysis="polly-scops" -polly-scops -disable-output < /mnt/disks/ssd0/agent/llvm-project/polly/test/ScopInfo/user_provided_assumptions.ll 2>&1 | FileCheck /mnt/disks/ssd0/agent/llvm-project/polly/test/ScopInfo/user_provided_assumptions.ll

Event Timeline

mantognini created this revision.Feb 11 2021, 3:50 AM
mantognini published this revision for review.Feb 11 2021, 3:54 AM
mantognini added inline comments.
llvm/include/llvm/IR/LLVMContext.h
196

Had to run clang-format. The change is replacing "third" with "second".

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 11 2021, 3:54 AM
xur accepted this revision.Feb 11 2021, 10:50 AM

This looks fine to me. Thanks for fixing.

This revision is now accepted and ready to land.Feb 11 2021, 10:50 AM
This revision was landed with ongoing or failed builds.Feb 15 2021, 2:33 AM
This revision was automatically updated to reflect the committed changes.