[PATCH] D77524: [TargetPassConfig] Add CanonicalizeFreezeInLoops before LSR

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 14:41:33 PDT 2020


nikic added inline comments.


================
Comment at: llvm/test/Transforms/CanonicalizeFreezeInLoops/aarch64.ll:4
+; This test should show that @f and @f_without_freeze generate equivalent
+; assembly
+
----------------
aqjune wrote:
> nikic wrote:
> > Probably needs REQUIRES?
> I'm not familiar with REQUIRES: directive, would this work?
> ```
> ; REQUIRES: arm-registered-target
> ```
I believe for this triple it should be `aarch64-registered-target`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77524





More information about the llvm-commits mailing list