[PATCH] D19544: Pass for translating math intrinsics to math library calls.

Michael Zolotukhin via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 17:26:29 PDT 2016


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

LGTM with a small nit: could you please run `opt -instnamer` on your test (it'll replace `%0`, `%1`,... with `%tmp0`, `%tmp1` etc, making it easier to modify test in future)?

Thanks,
Michael


https://reviews.llvm.org/D19544





More information about the cfe-commits mailing list