[PATCH] D132029: [SelectOpti] Remove test on loop-level analysis

Sotiris Apostolakis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 08:26:24 PDT 2022


apostolakis marked an inline comment as done.
apostolakis added inline comments.


================
Comment at: llvm/test/CodeGen/X86/select-optimize.ll:451
 ; Function Attrs: mustprogress nofree nosync nounwind readnone speculatable willreturn
 declare double @llvm.fmuladd.f64(double, double, double)
 
----------------
RKSimon wrote:
> Remove this declaration as well?
Good catch. Removed. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132029



More information about the llvm-commits mailing list