[llvm] [DXIL] Model DXIL Class specification of DXIL Ops in DXIL.td (PR #87803)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 13:09:00 PDT 2024


================
@@ -14,12 +22,3 @@ entry:
   ret float %1
 }
 
-; Function Attrs: noinline nounwind optnone
-define noundef half @sin_half(half noundef %a) #0 {
-entry:
-  %a.addr = alloca half, align 2
-  store half %a, ptr %a.addr, align 2
-  %0 = load half, ptr %a.addr, align 2
-  %1 = call half @llvm.sin.f16(half %0)
-  ret half %1
-}
----------------
bogner wrote:

Did something actually change in this test or is it just reordered for some reason?

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


More information about the llvm-commits mailing list