[llvm] [AMDGPU]: Rewrite mbcnt_lo/mbcnt_hi to work item ID where applicable (PR #160496)
Teja Alaghari via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 2 22:23:00 PST 2025
================
@@ -35,6 +35,7 @@
#include "llvm/Support/KnownFPClass.h"
#include "llvm/Transforms/Utils/IntegerDivision.h"
#include "llvm/Transforms/Utils/Local.h"
+#include <llvm/Transforms/Utils/BasicBlockUtils.h>
----------------
TejaX-Alaghari wrote:
Done
https://github.com/llvm/llvm-project/pull/160496
More information about the llvm-commits
mailing list