[all-commits] [llvm/llvm-project] b586dc: Outliner: add "target-cpu" feature from source fun...
Tim Northover via All-commits
all-commits at lists.llvm.org
Tue Aug 2 01:33:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b586dc21a7e8154a20fdf99da231c79dd762048f
https://github.com/llvm/llvm-project/commit/b586dc21a7e8154a20fdf99da231c79dd762048f
Author: Tim Northover <tnorthover at apple.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/test/CodeGen/AArch64/machine-outliner.ll
Log Message:
-----------
Outliner: add "target-cpu" feature from source function to outlined
The CPU is used to determine which inline asm instructions are allowed, so
needs to be copied across in case the outlined function contains any.
More information about the All-commits
mailing list