[llvm] [PowerPC] option `-msoft-float` should not block the PC-relative address instruction (PR #92543)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 20:17:21 PDT 2024


================
@@ -0,0 +1,15 @@
+; RUN: llc -ppc-asm-full-reg-names -o - %s| FileCheck %s
+
+target triple = "powerpc64le-unknown-linux-gnu"
----------------
chenzheng1030 wrote:

nit: Maybe better to put the triple in the run line. So the case is able to extend to other targets.

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


More information about the llvm-commits mailing list