================ @@ -101,7 +101,8 @@ define void @f5() "frame-pointer"="all" { ; CHECK-NEXT: .seh_endprologue ; CHECK-NEXT: leaq -92(%rbp), %rcx ; CHECK-NEXT: callq external -; CHECK-NEXT: nop +; UEFI does not have SEH, so does not require NOP +; WIN64-NEXT: nop ---------------- sivadeilra wrote:
Happy to do that -- I'm just not familiar with updating those kind of tests yet. In this case, this test is run 4 times, with different parameters. Will `update_llc_test_checks.py` know how to do the right thing? The NOP will only be present in 2 out of the 4 tests. What should the ideal patch look like, here? https://github.com/llvm/llvm-project/pull/144745 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits