[llvm] [X86][GlobalISel] Reorganize shift scalar tests (NFC) (PR #68232)

Evgenii Kudriashov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 20:14:38 PDT 2023


================
@@ -0,0 +1,756 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefixes=COMMON,SDAG
+; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefixes=COMMON,FASTISEL
+; RUN: llc < %s -global-isel -global-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefixes=COMMON,GISEL
----------------
e-kud wrote:

Hmm, yeah, there is a problem with `G_ICMP` and `i64` input. Probably it'd look weird: reorganizing shuffle tests with `G_ICMP` legalization.
BTW, do you mean `i686` only for `GlobalISel` or for all of them?

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


More information about the llvm-commits mailing list