[PATCH] D104247: [DAGCombine] reassoc flag shouldn't enable contract
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 11:43:20 PDT 2021
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb2/mve-vldshuffle.ll:3
+; RUN: llc -mtriple=thumbv8.1m.main-none-none-eabi -mattr=+mve.fp,+fp64 -verify-machineinstrs -fp-contract=fast %s -o - | FileCheck %s
+; FIXME: The fmul <8 x half> %5, %6 generated in %vector.body does NOT have contract bits on by default.
----------------
I can fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104247/new/
https://reviews.llvm.org/D104247
More information about the llvm-commits
mailing list