[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 14:38:31 PDT 2019


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


================
Comment at: lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:1174
+  const bool IsIEEEOp = MI.getOpcode() == TargetOpcode::G_FMINNUM_IEEE ||
+                        MI.getOpcode() == TargetOpcode::G_FMAXNUM_IEEE;
 
----------------
RKSimon wrote:
> Should this be a separate patch?
Oops, added it accidentally.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57059





More information about the llvm-commits mailing list