Files
clang-p2996/llvm/test/CodeGen/X86
Arthur Eubanks 9255a5c1ba [TargetLowering] Only inspect attributes in the arguments for ArgListEntry
Parameter attributes are considered part of the function [1], and like
mismatched calling conventions [2], we can't have the verifier check for
mismatched parameter attributes.

Issues can be diagnosed with D103412.

[1] https://llvm.org/docs/LangRef.html#parameter-attributes
[2] https://llvm.org/docs/FAQ.html#why-does-instcombine-simplifycfg-turn-a-call-to-a-function-with-a-mismatched-calling-convention-into-unreachable-why-not-make-the-verifier-reject-it

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D101806
2021-06-03 15:52:01 -07:00
..
2021-05-17 12:50:38 +01:00
2021-04-13 09:48:13 +08:00
2021-03-30 07:28:33 -04:00
2021-05-24 12:09:02 -07:00
2021-02-21 21:25:26 +00:00
2021-03-10 19:17:14 -08:00
2021-04-23 14:51:42 +01:00