[PATCH] D69809: Wrong debug info generated at -O2 (-O0 is correct)

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 18:02:21 PST 2019


davide added a comment.

If I fix your patch by removing the semicolon, I see three tests failing.

  Testing Time: 412.65s
  ********************
  Failing Tests (3):
      LLVM :: Transforms/InstCombine/cast-mul-select.ll
      LLVM :: Transforms/InstCombine/debuginfo-dce.ll
      LLVM :: Transforms/InstCombine/stacksave-debuginfo.ll
  
    Expected Passes    : 32961
    Expected Failures  : 151
    Unsupported Tests  : 1107
    Unexpected Failures: 3

Can you please look at these [and make sure you rerun `ninja check-llvm` if you modify the patch?]. Thanks.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D69809





More information about the llvm-commits mailing list