craig.topper added inline comments. ================ Comment at: test/ELF/lto/cpu-string.ll:10 + +; CHECK: nop + ---------------- This CHECK line doesn't prove anything. nop would nopw. This should be a CHECK-NOT nopw. https://reviews.llvm.org/D42183