[PATCH] D58470: [X86] Reduce some patterns by using FP instructions for integer types even when AVX2 is available and execution domain fixing will do the right thing

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 01:35:55 PST 2019


RKSimon added a comment.

Here you're making more use of the domain pass to reduce isel patterns, but in rL354511 <https://reviews.llvm.org/rL354511> you added isel patterns to avoid the load folding pass - what's the difference?


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

https://reviews.llvm.org/D58470





More information about the llvm-commits mailing list