[all-commits] [llvm/llvm-project] def425: [NFC][CodeGen][AArch64] Add tests for unconditiona...
Daniel Hoekwater via All-commits
all-commits at lists.llvm.org
Fri Jan 5 15:48:26 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: def42537ee65fd5d309b7ab70a9ea4d32eb6aadd
https://github.com/llvm/llvm-project/commit/def42537ee65fd5d309b7ab70a9ea4d32eb6aadd
Author: Daniel Hoekwater <hoekwater at google.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/test/CodeGen/Generic/machine-function-splitter.ll
Log Message:
-----------
[NFC][CodeGen][AArch64] Add tests for unconditional branch duplication
c9f3288 introduced unconditional branch deduplication for basic block
sections and machine function splitting, but it didn't add tests for
AArch64 since prior behavior crashed the test.
This change adds tests for AArch64 and has no functional change.
More information about the All-commits
mailing list