[PATCH] D50401: [GISel]: Add Opcodes for a few Libm Intrinsics

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 14:43:35 PDT 2018


aditya_nandakumar marked 2 inline comments as done.
aditya_nandakumar added inline comments.


================
Comment at: test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll:1422
+declare float @llvm.round.f32(float)
+define float @test_libm_round(float %a) {
+; CHECK-LABEL: name: test_libm_round
----------------
dsanders wrote:
> Likewise
Thanks Daniel. I missed that with my search and replace. I've updated and I'll push.


https://reviews.llvm.org/D50401





More information about the llvm-commits mailing list