Coder Social home page Coder Social logo

Assertion failed: (EB.get(&I)->hasOrigin(&I)), function ExtractExprCandidates, file .../lib/Extractor/Candidates.cpp, line 1025 about souper HOT 6 CLOSED

ychen306 avatar ychen306 commented on June 8, 2024
Assertion failed: (EB.get(&I)->hasOrigin(&I)), function ExtractExprCandidates, file .../lib/Extractor/Candidates.cpp, line 1025

from souper.

Comments (6)

ychen306 avatar ychen306 commented on June 8, 2024 1

In my custom pipeline, I make sure souper is run before instcombine. Maybe that uncovered the issue.

from souper.

ychen306 avatar ychen306 commented on June 8, 2024

Seems like in https://github.com/google/souper/blob/main/lib/Extractor/Candidates.cpp#L1025,
the assertion should be something like (because an LLVM instruction can get mapped to a souper constant)

      assert(EB.get(&I)->K == Inst::Const || EB.get(&I)->hasOrigin(&I));

instead of

      assert(EB.get(&I)->hasOrigin(&I));

from souper.

regehr avatar regehr commented on June 8, 2024

thanks for the bug report! I'll look at it Monday

from souper.

regehr avatar regehr commented on June 8, 2024

fixed via #823

thanks for this-- I really don't understand how we never noticed this before

from souper.

ychen306 avatar ychen306 commented on June 8, 2024

I ran souper at various places in the optimization pipeline instead of just at the end. My guess is that LLVM's typical optimization gets rid of this kind of patterns.

from souper.

regehr avatar regehr commented on June 8, 2024

I'm somewhat satisfied with this explanation, but souper doesn't just run at the end. when you load it as an opt pass, it gets run 5 times, throughout the optimization pipeline. but it always runs after the same passes, so that could have hidden this issue!

from souper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.