[PATCH] D86702: [ARM] Fold predicate_cast(load) into vldr p0

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 01:54:55 PDT 2020


simon_tatham accepted this revision.
simon_tatham added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:4388
+}]>;
+
 let Predicates = [HasMVEInt] in {
----------------
It seems surprising that there isn't a ready-made family of PatFrags like this one somewhere central where all targets can use it! But I had a quick look, didn't see any, and did see that several targets define their own, so there we go.


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

https://reviews.llvm.org/D86702



More information about the llvm-commits mailing list