[PATCH] D87280: [ARM] Try to rematerialize VCTP instructions

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 08:01:40 PDT 2020


samparker added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:6144
+  // spill/restore and VPT predication.
+  return isVCTP(&MI);
+}
----------------
dmgreen wrote:
> This probably wants to check that the VCTP is not predicated.
Do you know a nice way to write IR to guarantee a predicated vctp?


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

https://reviews.llvm.org/D87280



More information about the llvm-commits mailing list