[PATCH] D67925: [FPEnv] Strict FP tests should use the requisite function attributes

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 11:52:07 PDT 2019


cameron.mcinally added a comment.

Would it be better to do an `attributes #0 = { ...}` style change? E.g.:

  define double @f5(double %a) #0 {
  ...
  }
  
  attributes #0 = {strictfp noimplicitfloat}


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67925





More information about the llvm-commits mailing list