[all-commits] [llvm/llvm-project] 9dcf88: [Attributor][NFC] Do not (try to) simplify void va...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Jan 23 16:43:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dcf889d15dc28203a1e001c0a562920377b8337
      https://github.com/llvm/llvm-project/commit/9dcf889d15dc28203a1e001c0a562920377b8337
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/Attributor.cpp

  Log Message:
  -----------
  [Attributor][NFC] Do not (try to) simplify void values

We might accidentally ask AAValueSimplify to simplify a void value. That
can lead to very interesting, and very wrong, results. We now handle
this case gracefully.




More information about the All-commits mailing list