[PATCH] D133340: [PowerPC][GISel]select floating point constant from TOC

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 14:15:44 PST 2023


arsenm added inline comments.


================
Comment at: llvm/test/MachineVerifier/test_g_constant_pool.mir:2
+#RUN: not --crash llc -o - -march=arm64 -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
+# REQUIRES: aarch64-registered-target
+
----------------
amyk wrote:
> A question I had was, do we need a PPC version of this test?
No, this could be any target . This one is simple enough that it might be able to get away with the default target 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133340/new/

https://reviews.llvm.org/D133340



More information about the llvm-commits mailing list