[clang] [libc] [llvm] AMDGPU: Add a subtarget feature for fine-grained remote memory support (PR #96442)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 4 02:31:33 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:
The parts I actually committed. I don't know why "[martinboehme](https://github.com/martinboehme) and others added 14 commits [12 hours ago](https://github.com/llvm/llvm-project/pull/96442#commits-pushed-803aa88)" happened, adding all this other stuff to my personal branch. This has happened several other times, but not consistently
https://github.com/llvm/llvm-project/pull/96442
More information about the cfe-commits
mailing list