[libc-commits] [clang] [libc] [llvm] AMDGPU: Add a subtarget feature for fine-grained remote memory support (PR #96442)

Matt Arsenault via libc-commits libc-commits at lists.llvm.org
Thu Jul 4 02:36:56 PDT 2024


================
@@ -14,13 +14,14 @@
 #define LLVM_CODEGEN_MACHINEBRANCHPROBABILITYINFO_H
 
 #include "llvm/CodeGen/MachineBasicBlock.h"
-#include "llvm/CodeGen/MachinePassManager.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/BranchProbability.h"
 
 namespace llvm {
 
-class MachineBranchProbabilityInfo {
+class MachineBranchProbabilityInfo : public ImmutablePass {
----------------
arsenm wrote:

This isn't happening for the other patches further up the stack, just this one for some reason 

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


More information about the libc-commits mailing list