Due to the dependency on runtime unrolling, UnJ is only to be enabled by default on in-order scheduling models and if a cpu is specified through -mcpu.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
UnJ isn't enabled by default upstream yet in the pass manager, but it should be OK to set the option in the target.
llvm/test/CodeGen/AArch64/aarch64-unroll-and-jam.ll | ||
---|---|---|
99 | You can probably remove this tbaa info, it doesn't look like there are any places it would help. |
You can probably remove this tbaa info, it doesn't look like there are any places it would help.