[PATCH] D56834: GlobalISel: Add convenience mutatations to scalarize

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 15:38:28 PST 2019


paquette added inline comments.


================
Comment at: include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:242
+
+/// Repeat the operation for each vector element.
+LegalizeMutation scalarize(unsigned TypeIdx);
----------------
This comment doesn't seem to fit. Maybe

"Scalarize the type for the given type index"?

Or, to avoid cyclical use of the term "scalar",

"Break up the vector type for the given type index into scalar types"?


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

https://reviews.llvm.org/D56834





More information about the llvm-commits mailing list