[all-commits] [llvm/llvm-project] cd8d50: [RISCV] Pull __builtin_riscv_clz/ctz out of a nest...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Oct 31 11:04:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd8d507b074e8d30f6c9925a24224673b2908a51
https://github.com/llvm/llvm-project/commit/cd8d507b074e8d30f6c9925a24224673b2908a51
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[RISCV] Pull __builtin_riscv_clz/ctz out of a nested switch. NFC
The nested switch exists to share setting IntrinsicsTypes to {ResultType}.
clz/ctz return before we reach that so they can just be in the top
level switch.
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