[PATCH] D46754: [AMDGPU] Add intrinsics for 16 bit interpolation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 14:15:15 PST 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.interp.f16.ll:57
+}
+
+; float @llvm.amdgcn.interp.p1.f16(i, attrchan, attr, high, m0)
----------------
Can you add a test case with LDS usage to make sure m0 is properly restored after?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46754/new/

https://reviews.llvm.org/D46754





More information about the llvm-commits mailing list