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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 07:20:05 PDT 2020


samparker added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/LowOverheadLoops/remat-vctp.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=thumbv8.1m -mattr=+mve.fp %s -o - | FileCheck %s
+
----------------
dmgreen wrote:
> A full triple would be better. I think the ".main" is important.
> 
> Otherwise, how come it is still not tail predicated?
Cheers,  I was just investigating what was going on there!


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

https://reviews.llvm.org/D87280



More information about the llvm-commits mailing list