[PATCH] D46391: [DebugInfo] Correction for an assert in DIExpression::createFragmentExpression

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 08:18:06 PDT 2018


bjope added a comment.

In https://reviews.llvm.org/D46391#1086470, @davide wrote:

> Does this fire anywhere? If so, we should try adding a test.


We did hit the assert in PR37321 (but with Op.getArg(0)==0), that problem will be solved in https://reviews.llvm.org/D46384.
The incorrect upper limit for Op.getArg(0)!=0 was more or less spotted by code inspection.


Repository:
  rL LLVM

https://reviews.llvm.org/D46391





More information about the llvm-commits mailing list