[llvm-dev] Proper way to lower all ConstantExprs?

mayuyu.io via llvm-dev llvm-dev at lists.llvm.org
Wed May 30 19:21:57 PDT 2018


Hi:
For my own Transform passes I need to lower all ConstantExpressions into Instructions in order to conveniently analyze the use-def def-use chains and operand comparisons. Could anyone possibly kindly share some insights on if there is any standard way to do this without crafting my own implementation and if not, should we add this feature into LLVM upstream?  

Zhang




More information about the llvm-dev mailing list