[PATCH] D87108: [ImplicitNullCheck] Handle instructions that do not modify null behaviour of null checked reg

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 12:10:00 PDT 2020


anna added inline comments.


================
Comment at: llvm/test/CodeGen/X86/implicit-null-check.ll:120
 ; CHECK-NEXT:    testq %rdi, %rdi
-; CHECK-NEXT:    je LBB2_1
+; CHECK-NEXT:    je LBB4_1
 ; CHECK-NEXT:  ## %bb.2: ## %not_null
----------------
FYI - all changes below are cosmetic ones from auto generation of check lines with llc. I initially ran this with just the --function option but wasn't sure if it's worth the bother, given it's been a while this test file is updated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87108/new/

https://reviews.llvm.org/D87108



More information about the llvm-commits mailing list