[PATCH] D158880: Map LLVM values to corresponding source-level expressions

Satish K Guggilla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 15:34:25 PDT 2023


sguggill added a comment.

@fhahn the changes here are a first step towards adding equivalent source expressions in compiler generated optimization analysis remarks where appropriate. In our experience, customers have found such information useful. Can you let us know your thoughts and add other reviewers that you think are appropriate? The new information is only added when the user opts-in to see the same. The generated source expressions are not perfect and we can consider making the opt-in the default as we refine and improve the implementation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158880/new/

https://reviews.llvm.org/D158880



More information about the llvm-commits mailing list