[PATCH] D125016: [LV] Widen freeze instead of scalarizing it

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 10:56:29 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/vector-freeze.ll:25
+
+lor.lhs.false:                                    ; preds = %for.body
+  %.fr122 = freeze i8 %0
----------------
fhahn wrote:
> nit: block and value names could be shortened a bit to make the test a bit easier to read.
would still be good to improve the naming a bit, possibly also dropping the `indvars.` prefix from names


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

https://reviews.llvm.org/D125016



More information about the llvm-commits mailing list