[llvm] [SelectionDAG] Legalize vector types for atomic load (PR #111414)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 11:43:04 PDT 2024
================
@@ -0,0 +1,16 @@
+; RUN: llc %s --mtriple=x86_64 -print-after=unpack-mi-bundles -disable-verify 2>&1 | FileCheck %s
----------------
arsenm wrote:
Use -stop-after, do not rely on -print-after output. It is NOT real mir. Also don't use disable-verify. Also just use finalize-isel
https://github.com/llvm/llvm-project/pull/111414
More information about the llvm-commits
mailing list