[PATCH] D74712: Remove *_finite library support, following upstream

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 09:43:27 PST 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM with one minor comment.



================
Comment at: llvm/test/CodeGen/AArch64/illegal-float-ops.ll:2
 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s
 ; RUN: llc -mtriple=aarch64-linux-android -verify-machineinstrs -o - %s | FileCheck --check-prefix=ANDROID-AARCH64 %s
 
----------------
You probably don't need the ANDROID-AARCH64 lines in the test anymore. Maybe just delete them, and make the Android run-line use the same CHECK lines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74712





More information about the llvm-commits mailing list