[PATCH] D103604: [AArch64] Further enable UnrollAndJam
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 3 08:53:23 PDT 2021
dmgreen added a comment.
UnJ isn't enabled by default upstream yet in the pass manager, but it should be OK to set the option in the target.
================
Comment at: llvm/test/CodeGen/AArch64/aarch64-unroll-and-jam.ll:99
+
+!5 = !{!6, !6, i64 0}
+!6 = !{!"int", !7, i64 0}
----------------
You can probably remove this tbaa info, it doesn't look like there are any places it would help.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103604/new/
https://reviews.llvm.org/D103604
More information about the llvm-commits
mailing list