[all-commits] [llvm/llvm-project] ccaf9e: [AArch64] Enable AArch64 loop idiom transform pass...
David Sherwood via All-commits
all-commits at lists.llvm.org
Wed Jan 10 02:03:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccaf9e0bc0a4739170584d995f9de98bf3beb1f9
https://github.com/llvm/llvm-project/commit/ccaf9e0bc0a4739170584d995f9de98bf3beb1f9
Author: David Sherwood <57997763+david-arm at users.noreply.github.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64LoopIdiomTransform.cpp
M llvm/test/Transforms/LoopIdiom/AArch64/byte-compare-index.ll
Log Message:
-----------
[AArch64] Enable AArch64 loop idiom transform pass (#77480)
Following on from
https://github.com/llvm/llvm-project/pull/72273
which added the new AArch64 loop idiom transformation pass, this patch
enables the pass by default for AArch64.
More information about the All-commits
mailing list