[PATCH] D29942: Add custom lowering for llvm.log{, 10}.{f16, f32} intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 10:56:37 PST 2017


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/llvm.log.f16.ll:2
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=SI %s
+; RUN: llc -march=amdgcn -mcpu=fiji -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
+
----------------
Can you also add a gfx900 lines for testing <2 x hal>


https://reviews.llvm.org/D29942





More information about the llvm-commits mailing list