[PATCH] D51813: [Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 07:39:35 PST 2018


dstenb added a comment.

In D51813#1331228 <https://reviews.llvm.org/D51813#1331228>, @dstenb wrote:

> I do not find the test file on trunk. Also, `git log -- test/Transforms/Util/dbg-user-of-aext.ll` in the git mirror does not yield anything, so it seems like the file has not previously existed either.
>
> Is it perhaps something that is only available downstream, or am I overlooking something?


But the file looks very similar to `test/Transforms/Util/split-bit-piece.ll`, and the patch applies cleanly to that file except for some whitespace and comment difference around the `@llvm.dbg.declare` declaration.


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

https://reviews.llvm.org/D51813





More information about the llvm-commits mailing list