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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 09:31:03 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
----------------
RKSimon wrote:

Would it be safe to add i686 coverage? I'm not sure if all gisel legalization is in place or not.

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


More information about the llvm-commits mailing list