[PATCH] D71620: [Attributor] AAValueConstantRange: Value range analysis using constant range

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 15:08:39 PST 2020


davezarzycki added a comment.

This breaks top-of-tree from building and testing itself with optimizations and without asserts. Can we revert this for now?

  FAIL: LLVM :: Transforms/Attributor/liveness.ll (43906 of 60305)
  ******************** TEST 'LLVM :: Transforms/Attributor/liveness.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 2';   /tmp/_update_lc/r/bin/opt -attributor --attributor-disable=false -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=4 -S < /home/dave/s/lp/llvm/test/Transforms/Attributor/liveness.ll | /tmp/_update_lc/r/bin/FileCheck /home/dave/s/lp/llvm/test/Transforms/Attributor/liveness.ll --check-prefixes=CHECK,OLDPM
  : 'RUN: at line 3';   /tmp/_update_lc/r/bin/opt -passes=attributor --attributor-disable=false -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=4 -S < /home/dave/s/lp/llvm/test/Transforms/Attributor/liveness.ll | /tmp/_update_lc/r/bin/FileCheck /home/dave/s/lp/llvm/test/Transforms/Attributor/liveness.ll --check-prefixes=CHECK,NEWPM
  --
  Exit Code: 2
  
  Command Output (stderr):
  --
  Called function must be a pointer!
    call addrspace(1792) void <badref>(i32* nofree readnone undef) #10
  in function useless_arg_almost_sink
  LLVM ERROR: Broken function found, compilation aborted!
  FileCheck error: '-' is empty.
  FileCheck command line:  /tmp/_update_lc/r/bin/FileCheck /home/dave/s/lp/llvm/test/Transforms/Attributor/liveness.ll --check-prefixes=CHECK,OLDPM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71620





More information about the llvm-commits mailing list