[PATCH] D25184: Don't drop the llvm. prefix when renaming

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 08:42:22 PDT 2016


apilipenko accepted this revision.
apilipenko added a comment.
This revision is now accepted and ready to land.

I reproduced the problem with the testcase from the review. From what I see we lazily materialize the module, so old versions of upgraded intrinsics are not removed.


Repository:
  rL LLVM

https://reviews.llvm.org/D25184





More information about the llvm-commits mailing list