[PATCH] D62908: [PowerPC] Improve float vector gather codegen

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 15:37:07 PDT 2019


amyk added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/float-vector-gather.ll:12
+float* nocapture readonly %d) {
+; C code from which this IR test case was generate:
+; vector float test(float *a, float *b, float *c, float *d) {
----------------
I think `C code from which this IR test case was generated from` would sound more clear.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62908





More information about the llvm-commits mailing list