question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Better support for LLVM IR

See original GitHub issue

In the new UI, the “hack” for -emit-llvm to show IR shows up shortcomings…

https://godbolt.org/g/1cAQxA

Might be nice to either detect llvm output and colourise it better…or better yet…support llvm IR properly.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
yuanfang-chencommented, May 18, 2018

And CFG view for LLVM IR?

0reactions
bugwellecommented, Mar 22, 2019

Can this be closed? 😃 The IR pane is live on godbolt.org

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extending LLVM: Adding instructions, intrinsics, types, etc.
Adding a new intrinsic function to LLVM is much easier than adding a new instruction. Almost all extensions to LLVM should start as...
Read more >
Better support for LLVM IR · Issue #288 - GitHub
In the new UI, the "hack" for -emit-llvm to show IR shows up shortcomings... ... Might be nice to either detect llvm output...
Read more >
LLVM IR is better than assembly : r/programming - Reddit
It comes down to a choice of LLVM IR vs asm.js. LLVM IR is simply better designed, which is no wonder considering the...
Read more >
LLVM IR and Go | Gopher Academy Blog
In this post, we'll look at how to build Go programs – such as compilers and static analysis tools – that interact with...
Read more >
Meta Developing A New IR For LLVM's Clang C/C++ Compiler ...
They hope this new IR for Clang will lead to improved diagnostics for modern C++ programming, allow for more C++ high level optimizations, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found