Godbolt viewer #6501
Replies: 1 comment 1 reply
-
Hi @sudakshinadutta, This question is probably better be asked in https://github.com/llvm/llvm-project, because it doesn't seem to have anything to do with Intel oneAPI DPC++ compiler, which is hosted in this repo.
As it is stated at the top of each window, they contain machine code for a certain function from your input file. My understanding is that such split view probably shows before/after, i.e. you select a pass and you see its input and its output, i.e. you can explore changes the pass made. |
Beta Was this translation helpful? Give feedback.
-
Greetings from India. Please help me to understand a few things if possible.
Please go to the link https://godbolt.org/z/z375aK4KK where the LLVM Opt pipeline viewer is shown. I am unable to find the output shown in the windows. Some passes are listed in a window against which two vertical windows are displayed. As the passes change, the outputs of the windows change. Can you kindly help me in understanding the meaning of the output shown in the marked windows of the attached file ? More precisely, I need to know what do the contents of the windows imply ? This is needed for the research work I am doing currently.
Beta Was this translation helpful? Give feedback.
All reactions