[all-commits] [llvm/llvm-project] 05a7b2: [RISCV] Add areInlineCompatible for riscv target (...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Mar 26 23:16:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05a7b22a0132bebe99aabee591d3acc99d793ae1
https://github.com/llvm/llvm-project/commit/05a7b22a0132bebe99aabee591d3acc99d793ae1
Author: Jianjian Guan <jacquesguan at me.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/test/Transforms/Inline/RISCV/inline-target-features.ll
A llvm/test/Transforms/Inline/RISCV/lit.local.cfg
Log Message:
-----------
[RISCV] Add areInlineCompatible for riscv target (#86639)
Inline a callee if its target-features are a subset of the callers
target-features.
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