[all-commits] [llvm/llvm-project] 21e5a5: [GlobalDCE] [VFE] Add a test for incorrect VFE beh...

Kuba (Brecka) Mracek via All-commits all-commits at lists.llvm.org
Thu Feb 17 10:47:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21e5a5f0cfab0268e0e089170f4f8f61d89597cf
      https://github.com/llvm/llvm-project/commit/21e5a5f0cfab0268e0e089170f4f8f61d89597cf
  Author: Kuba Mracek <mracek at apple.com>
  Date:   2022-02-17 (Thu, 17 Feb 2022)

  Changed paths:
    A llvm/test/Transforms/GlobalDCE/virtual-functions-null.ll

  Log Message:
  -----------
  [GlobalDCE] [VFE] Add a test for incorrect VFE behavior in presence of null/invalid vtable entries

Add a test for VFE where there's several vtables, and one of them contains an
invalid entry (from VFE's perspective), and which causes VFE to incorrectly skip
scanning subsequent vtables and drop their dependencies.




More information about the All-commits mailing list