[llvm] [DirectX] introducing lowering for `bufferUpdateCounter` (PR #115041)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 10:56:50 PST 2024
================
@@ -463,6 +463,28 @@ class OpLowerer {
});
}
+ [[nodiscard]] bool lowerUpdateCounter(Function &F) {
----------------
inbelic wrote:
Okay, sounds good 👍
https://github.com/llvm/llvm-project/pull/115041
More information about the llvm-commits
mailing list