[llvm] [RFC] implement convergence control in MIR using SelectionDAG (PR #71785)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 22:25:27 PST 2024
================
@@ -394,6 +394,16 @@ Register FunctionLoweringInfo::CreateRegs(const Value *V) {
!TLI->requiresUniformRegister(*MF, V));
}
+Register FunctionLoweringInfo::InitializeRegForValue(const Value *V) {
----------------
ssahasra wrote:
Because `isa<ConvergenceControlInst>(V)` needs to include IntrinsicInst.h ...
https://github.com/llvm/llvm-project/pull/71785
More information about the llvm-commits
mailing list