[llvm-dev] What characters can be assumed never appear in a .ll converted from .bc file? (original) (raw)
Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 22 11:52:56 PST 2019
- Previous message: [llvm-dev] Must string literals be declared as a global variable in LLVM IR?
- Next message: [llvm-dev] What characters can be assumed never appear in a .ll converted from .bc file?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I check some .bc converted .ll files. The only have characters from \x20 (ASCII space) and ~ (ASCII code \x7e or 126 in decimal) plus newline. (So only newline from the 32 control characters appears plus the rest ASCII code.)
Can I assume .ll converted from .bc only have the ASCII code from 20 to 126 plus newline? Thanks.
-- Regards, Peng
- Previous message: [llvm-dev] Must string literals be declared as a global variable in LLVM IR?
- Next message: [llvm-dev] What characters can be assumed never appear in a .ll converted from .bc file?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]