[llvm] AMDGPU/GlobalISelDivergenceLowering: select divergent i1 phis (PR #80003)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 00:42:16 PST 2024
================
@@ -752,6 +752,17 @@ class MachineRegisterInfo {
Register createVirtualRegister(const TargetRegisterClass *RegClass,
StringRef Name = "");
+ /// All avilable attributes a virtual register can have.
+ struct RegisterAttributes {
+ RegClassOrRegBank RCOrRB;
+ LLT Ty;
+ };
+
+ /// createVirtualRegister - Create and return a new virtual register in the
----------------
Pierre-vh wrote:
No need to repeat function name in docs
https://github.com/llvm/llvm-project/pull/80003
More information about the llvm-commits
mailing list