[all-commits] [llvm/llvm-project] 951ba3: [llvm] Remove undef from some `llvm/test/Transform...
Yeaseen via All-commits
all-commits at lists.llvm.org
Mon Feb 3 00:18:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 951ba3e9fa713b7e906614eeefa1b4cdd9b1e29c
https://github.com/llvm/llvm-project/commit/951ba3e9fa713b7e906614eeefa1b4cdd9b1e29c
Author: Yeaseen <yeaseen.arafat96 at gmail.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/aarch64-address-type-promotion-assertion.ll
M llvm/test/CodeGen/AArch64/arm64-2011-03-09-CPSRSpill.ll
M llvm/test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
M llvm/test/CodeGen/AArch64/arm64-2011-04-21-CPSRBug.ll
M llvm/test/CodeGen/AArch64/arm64-2012-01-11-ComparisonDAGCrash.ll
M llvm/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll
M llvm/test/CodeGen/AArch64/arm64-2013-01-23-frem-crash.ll
M llvm/test/CodeGen/AArch64/arm64-2013-01-23-sext-crash.ll
M llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll
M llvm/test/CodeGen/AArch64/arm64-call-tailcalls.ll
M llvm/test/CodeGen/AArch64/arm64-collect-loh.ll
M llvm/test/CodeGen/AArch64/arm64-dead-register-def-bug.ll
M llvm/test/CodeGen/AArch64/arm64-fast-isel.ll
M llvm/test/Transforms/AlignmentFromAssumptions/start-unk.ll
M llvm/test/Transforms/ArgumentPromotion/fp80.ll
M llvm/test/Transforms/ArgumentPromotion/musttail.ll
M llvm/test/Transforms/ArgumentPromotion/variadic.ll
M llvm/test/Transforms/Attributor/nonnull.ll
Log Message:
-----------
[llvm] Remove undef from some `llvm/test/Transforms` tests (#125460)
This PR replaces some instances of `undef` with function argument value
or poison or concrete values in several tests under
`llvm/test/Transforms/` directory.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list