aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorAnna Thomas <anna@azul.com>2022-03-11 16:47:40 -0500
committerAnna Thomas <anna@azul.com>2022-03-11 18:05:16 -0500
commita4aa97d57849113a7ccf60a156ee24b5da88e5d5 (patch)
tree242353c6bc69bdd7521bfe7dab843b96bd264a5b /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent46626bc87382cad7a0c5ba497b3454337c45faa8 (diff)
downloadllvm-a4aa97d57849113a7ccf60a156ee24b5da88e5d5.zip
llvm-a4aa97d57849113a7ccf60a156ee24b5da88e5d5.tar.gz
llvm-a4aa97d57849113a7ccf60a156ee24b5da88e5d5.tar.bz2
[InlineCost] Add cl::opt for target attributes compatibility check. NFC
This patch adds a CL option for avoiding the attribute compatibility check between caller and callee in TTI. TTI attribute compatibility checks for target CPU and target features. In our downstream compiler, this attribute always remains the same between callee and caller. By avoiding the addition of this attribute to each of our inline candidate (and then checking them here during inline cost), we save some compile time. The option is kept false, so this change is an NFC upstream.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions