[llvm] [AMDGPU] Implement llvm.lround intrinsic lowering. (PR #98970)

Sumanth Gundapaneni via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 09:19:01 PDT 2024


================
@@ -0,0 +1,1036 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --extra_scrub --version 5
+; RUN: llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx900 < %s | FileCheck -check-prefixes=GFX9-SDAG %s
+; RUN: llc -global-isel=1 -mtriple=amdgcn -mcpu=gfx900 < %s | FileCheck -check-prefixes=GFX9-GISEL %s
----------------
sgundapa wrote:

I have tried adding it and there are no common lines 

https://github.com/llvm/llvm-project/pull/98970


More information about the llvm-commits mailing list