[PATCH] D73625: [FPEnv][AArch64] Add lowering and instruction selection for strict conversions

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 18:30:28 PST 2020


pengfei added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/fp-intrinsics.ll:1
 ; RUN: llc -mtriple=aarch64-none-eabi %s -o - | FileCheck %s
 
----------------
I think you may need add option "-disable-strictnode-mutation" to ensure the code generation doesn't come from mutation before strict FP default enabled. The same to other patches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73625





More information about the llvm-commits mailing list