Skip to content

[LLVM] Make sure all functions have target-related attributes set#11222

Merged
masahi merged 1 commit intoapache:mainfrom
kparzysz-quic:llvm-attributes
May 9, 2022
Merged

[LLVM] Make sure all functions have target-related attributes set#11222
masahi merged 1 commit intoapache:mainfrom
kparzysz-quic:llvm-attributes

Conversation

@kparzysz-quic
Copy link
Contributor

LLVM codegen create new function, e.g. the "compute" function for a compute_scope attribute, etc. These function did not have function attributes defining the target properties, specifically "target-cpu" or "target-features". Make sure this information is present on all functions created in CodeGenLLVM.

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
@kparzysz-quic kparzysz-quic requested review from Lunderberg, Mousius, areusch and csullivan and removed request for Lunderberg, Mousius and areusch May 6, 2022 17:45
@masahi masahi merged commit 24d6c3f into apache:main May 9, 2022
@kparzysz-quic kparzysz-quic deleted the llvm-attributes branch May 10, 2022 13:06
huajsj pushed a commit to huajsj/tvm that referenced this pull request May 13, 2022
…ache#11222)

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
mehrdadh pushed a commit to mehrdadh/tvm that referenced this pull request May 16, 2022
…ache#11222)

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
shtinsa pushed a commit to Deelvin/tvm that referenced this pull request May 17, 2022
…ache#11222)

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
shingjan pushed a commit to shingjan/tvm that referenced this pull request May 17, 2022
…ache#11222)

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
SebastianBoblest pushed a commit to SebastianBoblest/tvm that referenced this pull request May 27, 2022
…ache#11222)

LLVM codegen create new function, e.g. the "_compute_" function for
a compute_scope attribute, etc. These function did not have function
attributes defining the target properties, specifically "target-cpu"
or "target-features". Make sure this information is present on all
functions created in CodeGenLLVM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants