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

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 03:36:50 PST 2020


john.brawn marked an inline comment as done.
john.brawn added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/fp-intrinsics.ll:1
 ; RUN: llc -mtriple=aarch64-none-eabi %s -o - | FileCheck %s
 
----------------
pengfei wrote:
> 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.
Currently a lot of it is coming from strict node mutation. The tests here are primarily for making sure opt doesn't crash with an assertion if you're using it with the default options.


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