[llvm] [SelectionDAG] Legalize vector types for atomic load (PR #111414)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 07:33:09 PST 2024
================
@@ -1,12 +1,18 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-apple-macosx10.7.0 -verify-machineinstrs | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-apple-macosx10.7.0 -verify-machineinstrs -O0 | FileCheck %s
+; RUN: llc %s --mtriple=x86_64 -o - | FileCheck %s --check-prefix=CHECK0
----------------
arsenm wrote:
Just copy the mtriple that's already here, the OS should not be significant for the purpose here
https://github.com/llvm/llvm-project/pull/111414
More information about the llvm-commits
mailing list