[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
Mon Jun 3 11:24:34 PDT 2024


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

Probably it doesn't support the arm64_32 triple right now.

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


More information about the llvm-commits mailing list