adapt integer comparison tests for LLVM 20 IR changes by krasimirgg · Pull Request #129350 · rust-lang/rust (original) (raw)
@nikic also could you suggest how to best handle the tidy: line longer than 100 chars
errors? Possibly disabling it for specific lines? I could look into adapting the CHECKs to spread them on multiple lines, but that seems like it will reduce readability. Also it seems there are already pre-existing CHECK lines over 100 chars, e.g.,: // CHECK-SAME: (i16 noundef %[[A0:.+]], i16 noundef %[[A1:.+]], i16 noundef %[[B0:.+]], i16 noundef %[[B1:.+]])
.