[PATCH] D128830: [Pipelines] Introduce DAE after ArgumentPromotion

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 13:48:21 PDT 2022


zequanwu added a comment.

It's causing chromium test failure.

  [ RUN      ] PartitionAllocPCScanTest.StackScanning
  ../../base/allocator/partition_allocator/starscan/pcscan_unittest.cc:682: Failure
  Value of: IsInFreeList(root().ObjectToSlotStart(dangling_reference))
    Actual: true
  Expected: false
  Stack trace:
  #0 0x560588bd2aca _ZZZZN15partition_alloc8internal43PartitionAllocPCScanTest_StackScanning_Test8TestBodyEvENK3$_2clEvENKUlvE_clEvENKUlvE_clEv
  #1 0x560588bd01f3 partition_alloc::internal::PartitionAllocPCScanTest_StackScanning_Test::TestBody()::$_2::operator()()
  #2 0x560588bd0183 partition_alloc::internal::PartitionAllocPCScanTest_StackScanning_Test::TestBody()

I'm trying to create a smaller repro.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128830



More information about the llvm-commits mailing list