[llvm-dev] How to get the string representation of an instruction? (original) (raw)
Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 16 07:24:43 PST 2019
- Previous message: [llvm-dev] [8.0.0 Release] The release branch is here; trunk is now 9.0.0
- Next message: [llvm-dev] How to get the string representation of an instruction?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I don't see a way to convert an Instruction to a string or const char *, although '<<' works on it.
http://llvm.org/doxygen/classllvm_1_1Instruction.html
How to figure this out? Thanks.
-- Regards, Peng
- Previous message: [llvm-dev] [8.0.0 Release] The release branch is here; trunk is now 9.0.0
- Next message: [llvm-dev] How to get the string representation of an instruction?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]