diff options
author | Luke Lau <luke@igalia.com> | 2024-07-30 17:47:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 17:47:00 +0800 |
commit | b1542afd0b3d393aea3a0ccab41b850f59e4033c (patch) | |
tree | 452c56e56ddd1f8aff16b3fd1f5d9d98e1c5d433 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 96b1ae8927a411ef691a8843dc5add156581b1c0 (diff) | |
download | llvm-b1542afd0b3d393aea3a0ccab41b850f59e4033c.zip llvm-b1542afd0b3d393aea3a0ccab41b850f59e4033c.tar.gz llvm-b1542afd0b3d393aea3a0ccab41b850f59e4033c.tar.bz2 |
[RISCV] Rename merge operand -> passthru. NFC (#100330)
We sometimes call the first tied dest operand in vector pseudos the
merge operand, and other times the passthru.
Passthru seems to be more common, and it's what the C intrinsics call
it[^1], so this renames all usages of merge to passthru to be
consistent. It also helps prevent confusion with vmerge.vvm in some of
the peephole optimisations.
[^1]:
https://github.com/riscv-non-isa/rvv-intrinsic-doc/blob/main/doc/rvv-intrinsic-spec.adoc#the-passthrough-vd-argument-in-the-intrinsics
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions