[PATCH] D77524: [TargetPassConfig] Add CanonicalizeFreezeInLoops before LSR
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 14:09:09 PDT 2020
aqjune marked an inline comment as done.
aqjune 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
+
----------------
nikic wrote:
> Probably needs REQUIRES?
I'm not familiar with REQUIRES: directive, would this work?
```
; REQUIRES: arm-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