[llvm] [SelectionDAG] Legalize vector types for atomic load (PR #111414)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 11:09:57 PDT 2024
================
@@ -0,0 +1,17 @@
+; RUN: llc %s --print-after-isel --disable-verify 2>&1 | FileCheck %s
----------------
jofrn wrote:
So should we do `-print-after=unpack-mi-bundles` (since unpack-mi-bundles is the last x86 pass)? We need the mir to check the acquire ordering, which is apparent in the mir yet not the isa.
https://github.com/llvm/llvm-project/pull/111414
More information about the llvm-commits
mailing list