[all-commits] [llvm/llvm-project] b62826: [InstrEmitter] Use AddOperand in EmitCopyToRegClas...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Jul 2 09:45:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b62826cc054cfff75f2b5c83b980f1e12fc25e3a
https://github.com/llvm/llvm-project/commit/b62826cc054cfff75f2b5c83b980f1e12fc25e3a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
M llvm/test/CodeGen/AArch64/bf16_fast_math.ll
M llvm/test/CodeGen/AMDGPU/divergence-driven-ctpop.ll
M llvm/test/CodeGen/AMDGPU/fneg-fabs-divergence-driven-isel.ll
M llvm/test/CodeGen/ARM/fp16_fast_math.ll
M llvm/test/CodeGen/PowerPC/aix32-vector-vararg-caller-split.ll
M llvm/test/CodeGen/PowerPC/nofpexcept.ll
M llvm/test/CodeGen/RISCV/rvv/vector-tuple-align.ll
M llvm/test/CodeGen/X86/apx/kmov-domain-assignment.ll
M llvm/test/CodeGen/X86/fp-intrinsics-flags.ll
M llvm/test/CodeGen/X86/sqrt-fastmath-mir.ll
M llvm/test/CodeGen/X86/unpredictable-brcond.ll
M llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics-flags.ll
A llvm/test/CodeGen/X86/x86-access-to-global.ll
Log Message:
-----------
[InstrEmitter] Use AddOperand in EmitCopyToRegClassNode. (#146637)
This is alternative to #145965 that allows RegisterSDNode to be handled
without making a special case.
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