[all-commits] [llvm/llvm-project] a8031c: [AArch64] Add TypePromotion tests and regenerate a...
David Green via All-commits
all-commits at lists.llvm.org
Wed Sep 29 06:35:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8031c92072137d7e9290511040a0d9c267bd461
https://github.com/llvm/llvm-project/commit/a8031c92072137d7e9290511040a0d9c267bd461
Author: David Green <david.green at arm.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/atomic-ops.ll
M llvm/test/CodeGen/AArch64/cmpxchg-idioms.ll
M llvm/test/CodeGen/AArch64/signed-truncation-check.ll
A llvm/test/CodeGen/AArch64/typepromotion-overflow.ll
A llvm/test/CodeGen/AArch64/typepromotion-phisret.ll
A llvm/test/CodeGen/AArch64/typepromotion-signed.ll
Log Message:
-----------
[AArch64] Add TypePromotion tests and regenerate atomic test check lines
This adds some extra tests for TypePromotion as per D110239, and
regenerated the check lines in atomic-ops.ll and cmpxchg-idions.ll to be
more easy to maintain with changing codegen (hopefully in a way that
does not reduce what is tested).
More information about the All-commits
mailing list