[all-commits] [llvm/llvm-project] cea5ab: [GlobalOpt] Fix the assert for null check of globa...

Shimin Cui via All-commits all-commits at lists.llvm.org
Tue Aug 24 17:48:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cea5ab090b5e4e8ee06a9230b73e74c1230c1c54
      https://github.com/llvm/llvm-project/commit/cea5ab090b5e4e8ee06a9230b73e74c1230c1c54
  Author: Shimin Cui <scui at ca.ibm.com>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    A llvm/test/Transforms/GlobalOpt/null-check-global-value.ll

  Log Message:
  -----------
  [GlobalOpt] Fix the assert for null check of global value

This is to fix the reported assert - https://bugs.llvm.org/show_bug.cgi?id=51608.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D108674




More information about the All-commits mailing list