llvm-project
e6d9542b - [X86][Inline] Check correct function for target feature check (#152515)

Commit
220 days ago
[X86][Inline] Check correct function for target feature check (#152515) The check for ABI differences for inlined calls involves the caller, the callee and the nested callee. Before inlining, the ABI is determined by the target features of the callee. After inlining it is determined by the caller. The features of the nested callee should never actually matter.
Author
Parents
Loading