[llvm] [llvm][SelectionDAG] Relax llvm.ptrmask's size check on arm64_32 (PR #94125)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 2 23:21:30 PDT 2024


================
@@ -0,0 +1,13 @@
+; RUN: llc -mtriple=arm64_32-apple-watchos -stop-after=finalize-isel %s -o - | FileCheck %s
----------------
nikic wrote:

Drop the `-stop-after=finalize-isel` and use update_llc_test_checks. 


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


More information about the llvm-commits mailing list