noelle icon indicating copy to clipboard operation
noelle copied to clipboard

Bug in getLoopStructures

Open atmnpatel opened this issue 2 years ago • 0 comments

If you apply the attached patch and try to run the example pass loops on example 0, you get the following failure.

opt: /project/extra/llvm/9.0.0/release/include/llvm/PassAnalysisSupport.h:262: AnalysisType &llvm::Pass::getAnalysisID(llvm::AnalysisID, llvm::Function &) [AnalysisType = llvm::LoopInfoWrapperPass]: Assertion `ResultPass && "Unable to find requested analysis info"' failed.

getLoopStructuresBug.patch

atmnpatel avatar Apr 22 '23 22:04 atmnpatel