[llvm] [MachineVerifier] Query TargetInstrInfo for PHI nodes. (PR #110507)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 06:46:05 PDT 2024


Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/110507 at github.com>


================
@@ -2278,6 +2278,32 @@ class TargetInstrInfo : public MCInstrInfo {
     llvm_unreachable("unknown number of operands necessary");
   }
 
+  // This this instruction a PHI node.
----------------
VyacheslavLevytskyy wrote:

`This this`

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


More information about the llvm-commits mailing list