[PATCH] D140988: [SystemZ] Implement lowering of GET_ROUNDING

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 10:07:46 PST 2023


Kai added inline comments.


================
Comment at: llvm/test/CodeGen/SystemZ/flt-rounds.ll:1-3
+; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -O3 < %s | FileCheck %s
+target triple = "s390x-unknown-linux-gnu"
----------------
The target triple is usually part of the command line.
This helps when testing other variations, e.g. `s390x-zos`.
 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140988



More information about the llvm-commits mailing list