[PATCH] D69161: [IR] Allow fast math flags on calls with floating point array type.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 09:19:08 PDT 2019


spatel added inline comments.


================
Comment at: llvm/test/Bitcode/compatibility.ll:942
 ; CHECK-LABEL: fastMathFlagsForCalls(
 define void @fastMathFlagsForCalls(float %f, double %d1, <4 x double> %d2) {
   %call.fast = call fast float @fmf1()
----------------
Duplicate this test with the array equivalents, so we are sure that path is round-tripping as expected?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69161





More information about the llvm-commits mailing list