[PATCH] D79190: llvm rejects DWARF operator DW_OP_lit[1-31].
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 20:15:33 PDT 2020
aprantl added a comment.
I think this may actually be to some degree intentional. In LLVM IR. What's the use-case for this? Currently in LLVM IR a constant is always represented by a DW_OP_const(u) which makes the expressions easier to parse. LLVM knows how to *emit* DW_OP_litX, but I'm not sure what we gain from accepting it in LLVM IR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79190/new/
https://reviews.llvm.org/D79190
More information about the llvm-commits
mailing list