[PATCH] D61802: [LoopVectorize] Enable float minmax reductions via instruction flag

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 12 08:14:21 PDT 2019


spatel added reviewers: hsaito, hfinkel, arsenm, ABataev.
spatel added a comment.
Herald added a subscriber: wdng.

[adding potential reviewers who are likely more familiar with the vectorizers than me]

1. I checked in the test file with baseline (current) checks: rL360542 <https://reviews.llvm.org/rL360542>. Assuming we can fix the motivating test with this patch, you should be able to run 'utils/update_test_checks.py' to automatically update that test file.
2. Did you run 'make check' after applying your patch? I might not be seeing it correctly, but I think existing regression tests would change with this patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61802





More information about the llvm-commits mailing list