[PATCH] D52295: [DebugInfoMetadata] Added support to generate packed_decimal encoding related dwarf info.
Chirag Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 1 11:39:30 PDT 2018
Chirag added a comment.
In https://reviews.llvm.org/D52295#1248346, @probinson wrote:
> What I meant by "use case" is, do you have a front end that will make use of these new features?
>
> Are you supporting binary scale as well as decimal scale, for [un]signed_fixed encodings? It looks like you are supporting only decimal scale.
Apologies for late reply.
Yes, with this patch, only decimal scale is supported and i will add binary scale as well. (will modify this patch), and related changes too.
and about the front-end, we have a pl1/cobol llvm based front-end (in development) which generates this info.
https://reviews.llvm.org/D52295
More information about the llvm-commits
mailing list