[llvm-branch-commits] [llvm] [DirectX] Lower `@llvm.dx.typedBufferLoad` to DXIL ops (PR #104252)
Justin Bogner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 9 12:17:55 PDT 2024
================
@@ -259,6 +259,114 @@ class OpLowerer {
lowerToBindAndAnnotateHandle(F);
}
+ /// Replace uses of \c V with the values in the `dx.ResRet` of \c Op. Since we
----------------
bogner wrote:
Nice catch, should be "Intrin", the name of the first parameter. Updated.
https://github.com/llvm/llvm-project/pull/104252
More information about the llvm-branch-commits
mailing list