Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I don't believe FileCheck is going to recognize CHECK_LABEL as a directive. Also, the CHECK-LABEL directive is generally used to check function names, not basic block labels as the are expected to match once and only one per file; function names can't repeat while basic block names certainly can.
Chad