[llvm] Add 3 way compare <=> integer intrinsics to Langref (PR #83227)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 13:57:58 PDT 2024


================
@@ -5235,6 +5235,23 @@ void Verifier::visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call) {
     }
     break;
   }
+  case Intrinsic::ucmp:
+  case Intrinsic::scmp: {
+
----------------
nikic wrote:

Stray newline.

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


More information about the llvm-commits mailing list