[PATCH] D103661: [IR] Add utility to convert constant expression operands (of an instruction) to instructions.
    Jay Foad via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  4 03:30:05 PDT 2021
    
    
  
foad added a comment.
Given a constant expression tree that contains CE, you are converting the entire tree to instructions. That is overkill. You only need to convert the nodes on the path from CE to the root.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103661/new/
https://reviews.llvm.org/D103661
    
    
More information about the llvm-commits
mailing list