[PATCH] D133118: Fix invalid llvm.dbg.declare after instcombine (#56807)

Matthias Gehre via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 01:46:25 PDT 2022


mgehre-amd added a comment.

Hey, thanks for the PR!
In the test cases, I think that both of the modified transformations (simplifyAllocaArraySize & PromoteCastOfAllocation) trigger (one after another).

It might be easier to debug those tests in the future when they only test a single transformation each.


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

https://reviews.llvm.org/D133118



More information about the llvm-commits mailing list