[PATCH] D30186: [AVX-512] Allow legacy scalar min/max intrinsics to select EVEX instructions when available

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 03:26:25 PST 2017


zvi added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:18989
+        if (!isRoundModeCurDirection(Rnd))
+          return getScalarMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
+                                                  dl, VT, Src1, Src2, Rnd),
----------------
Are there tests that cover this case?


https://reviews.llvm.org/D30186





More information about the llvm-commits mailing list