[PATCH] D100782: [PowerPC] Improve f32 to i32 bitcast code gen

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 21 05:48:56 PDT 2021


nemanjai requested changes to this revision.
nemanjai added a comment.
This revision now requires changes to proceed.

This will still produce a redundant `XXSLDWI`:

  vector float test(vector float a, float b) {
    a[3] = b;
    return a;
  }

when compiled with `-mcpu=pwr9`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100782



More information about the cfe-commits mailing list