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

Tulio Magno Quites Machado Filho via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 05:06:31 PST 2023


tuliom marked an inline comment as done.
tuliom 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"
----------------
Kai wrote:
> The target triple is usually part of the command line.
> This helps when testing other variations, e.g. `s390x-zos`.
>  
Fixed in the new revision.
Thanks!


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