ppci icon indicating copy to clipboard operation
ppci copied to clipboard

lang/llvmir/parser: Factor out get_implicit_name(), use for implicit …

Open pfalcon opened this issue 3 years ago • 2 comments

…labels.

LLVM IR has a habbit of using implicit names in various places, from function params to basic block labels. In such cases, an autogenerated "numbered name" is used.

Signed-off-by: Paul Sokolovsky [email protected]

pfalcon avatar Feb 13 '21 21:02 pfalcon

Continuation of https://github.com/windelbouwman/ppci/pull/124

pfalcon avatar Feb 13 '21 21:02 pfalcon

Codecov Report

Merging #126 (2337e60) into master (aacfd18) will decrease coverage by 0.00%. The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   78.96%   78.96%   -0.01%     
==========================================
  Files         353      353              
  Lines       47323    47326       +3     
==========================================
+ Hits        37370    37372       +2     
- Misses       9953     9954       +1     
Impacted Files Coverage Δ
ppci/lang/llvmir/parser.py 12.64% <14.28%> (+0.10%) :arrow_up:
ppci/lang/tools/lr.py 96.49% <0.00%> (+0.38%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aacfd18...2337e60. Read the comment docs.

codecov-io avatar Feb 13 '21 21:02 codecov-io