This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[Question]: How to tracking the relationship between gimple expr and expanded rtx ?
- From: Li Kun <hw dot likun at huawei dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 18 Jan 2019 11:11:12 +0800
- Subject: [Question]: How to tracking the relationship between gimple expr and expanded rtx ?
I need to known which rtx is expanded from a specific CALL_EXPR, how
could i do ?
Is INSN_LOCATION accurate enough ?
--
Best Regards
Li Kun