[PATCH] D94711: [PowerPC] Fix the check for the instruction using FRSP/XSRSP output register

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 08:58:17 PST 2021


nemanjai added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/non-debug-mi-search-frspxsrsp.ll:1
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s
+
----------------
Why this triple? It won't crash with that triple even without this fix.
It should be `-mtriple=powerpc64le-unknown-linux-gnu`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94711



More information about the llvm-commits mailing list