[clang] [RISCV] Refactor RVV builtin code generation for reduce compilation time [NFC] (PR #154906)

Kito Cheng via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 24 20:03:02 PDT 2025


kito-cheng wrote:

Changes:
- Address Craig's comment
  - Drop else after return
  - Adjust size for SmallVector
  - Use SmallVectorImpl at argument list
  - Use array to CGM.getIntrinsic's argument directly rather than create a temporary SmallVector

https://github.com/llvm/llvm-project/pull/154906


More information about the cfe-commits mailing list