[all-commits] [llvm/llvm-project] 6e9400: [llvm] Remove `br i1 undef` in some `llvm/test/Cod...
Yeaseen via All-commits
all-commits at lists.llvm.org
Sun Feb 16 10:45:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e94007623ca9d98d090fe04491f21ec72a5d0d4
https://github.com/llvm/llvm-project/commit/6e94007623ca9d98d090fe04491f21ec72a5d0d4
Author: Yeaseen <yeaseen.arafat96 at gmail.com>
Date: 2025-02-16 (Sun, 16 Feb 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/arm64-storebytesmerge.ll
M llvm/test/CodeGen/AArch64/br-to-eh-lpad.ll
M llvm/test/CodeGen/AArch64/br-undef-cond.ll
M llvm/test/CodeGen/AArch64/gep-nullptr.ll
M llvm/test/CodeGen/AArch64/machine-sink-getmemoperandwithoffset.mir
M llvm/test/CodeGen/AArch64/madd-combiner.ll
M llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
M llvm/test/CodeGen/AArch64/shrink-wrap.ll
M llvm/test/CodeGen/AArch64/tail-call-unused-zext.ll
M llvm/test/CodeGen/AArch64/tailcall-ssp-split-debug.ll
M llvm/test/CodeGen/AMDGPU/cgp-bitfield-extract.ll
M llvm/test/CodeGen/AMDGPU/dagcomb-shuffle-vecextend-non2.ll
Log Message:
-----------
[llvm] Remove `br i1 undef` in some `llvm/test/CodeGen` tests (#127368)
This PR replaces some instances of `br i1 undef` with function argument
value in several tests under `llvm/test/CodeGen/ `directory. This PR is
a continuation of PR #125460
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