Add CHECK-LABEL to several tests which check for the absence of "mov" in llc's assembly output.
Otherwise they will fail if the path name to the LLVM workspace contains "mov", as that name is
emitted in the .file directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one minor suggestion.
test/CodeGen/ARM/ldr_frame.ll | ||
---|---|---|
33 ↗ | (On Diff #47366) | Id prefer this be a little more explicit and have a CHECK-LABEL / CHECK-NOT pair per function. |