[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:05:50 PDT 2024


================
@@ -0,0 +1,17 @@
+; RUN: llc %s --print-after-isel --disable-verify 2>&1 | FileCheck %s
----------------
arsenm wrote:

Don't use print-after-isel, or -disable-verify. Check the final isa output (or -stop-after to check real mir), and move to test/CodeGen/X86

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


More information about the llvm-commits mailing list