[llvm-dev] How to interpret Selection DAG error output

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 18 11:29:04 PST 2016


On 2/18/2016 1:10 PM, Rail Shafigulin wrote:
> Thanks for the explanation. Do you know what ORD and ID mean?

ID is a node id.  ORD is related to the original instruction ordering, 
but I don't know what the implications of these numbers are.  SDNode 
scheduling most likely uses them, but I don't know the details.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list