What is this GIMPLE?
Gary Oblock
gary@amperecomputing.com
Wed Aug 25 05:29:16 GMT 2021
I print out a bit of GIMPLE for a program and it looks like this:
<bb 3> [local count: 13634385]:
# a_1 = PHI <a_320(D)(2), a_318(118)>
# n_11 = PHI <n_321(D)(2), n_319(118)>
loop:
# DEBUG n => n_11
# DEBUG a => a_1
_2 = (long unsigned int) a_1;
_3 = _2 & 7;
_347 = _3 != 0;
That bit that says "loop:" isn't a GIMPLE_LABEL and
it has operands, the first of which is "size_t n = size_t;"
and I find that a bit odd...
What is this thing and what does it do? Note, I'm trying to
parse and transform some GIMPLE and this is confusing my
code (and me.) I looked in the internals doc and grepped the
code but I'm still in the dark.
Note,I'd like be able to detect and ignore this if it's just informational.
Thanks,
Gary
Gary
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and contains information that is confidential and proprietary to Ampere Computing or its subsidiaries. It is to be used solely for the purpose of furthering the parties' business relationship. Any unauthorized review, copying, or distribution of this email (or any attachments thereto) is strictly prohibited. If you are not the intended recipient, please contact the sender immediately and permanently delete the original and any copies of this email and any attachments thereto.
More information about the Gcc
mailing list