[PATCH] D142120: [PowerPC] Fix float materialization patterns.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 05:52:17 PST 2023


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks for fixing this.



================
Comment at: llvm/test/CodeGen/PowerPC/ppc-float-spill.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
----------------
I assume that the `-O0` is required in order to trigger spills. If so, perhaps just add a comment here to that effect for anyone looking at this in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142120



More information about the llvm-commits mailing list