[PATCH] D38609: [X86] Enable extended comparison predicate support when targeting AVX-512 instructions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 01:52:48 PDT 2017


RKSimon added a comment.

> Though maybe we proved that AMD really does implement all 32 comparisons correctly in AVX1/2? We are using 0xF to create all ones on AVX1 right?

Yes we proved that every AVX capable AMD machine (we tested Jaguar, Bulldozer, Excavator and Ryzen) correctly supported all comparison modes. Its the documentation that hasn't been fixed.


https://reviews.llvm.org/D38609





More information about the llvm-commits mailing list