[llvm] [WIP][SelectionDAG] Add support for the 3-way comparison intrinsics [US]CMP (PR #91871)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat May 11 17:58:50 PDT 2024


================
@@ -0,0 +1,163 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -show-mc-encoding | FileCheck %s --check-prefixes=CHECK,NO-NDD
----------------
nikic wrote:

```suggestion
; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
```

No need to check encoding in this test. You'll probably have to manually drop the NDD lines.

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


More information about the llvm-commits mailing list