Uh oh!
There was an error while loading. Please reload this page.
support tile builtins - #623
Conversation
antoyo
left a comment
There was a problem hiding this comment.
Please also enable the tile tests by adressing this comment.
Uh oh!
There was an error while loading. Please reload this page.
g4titanx
commented
Feb 8, 2025
@antoyo i need some clarity on impl. the tile intrinsics. currently, I see a few possible approaches:
"llvm.x86.ldtilecfg" => {let name = "__rustc_tile_ldtilecfg";let func = cx.context.new_function(None,FunctionType::Internal,
cx.type_void(),&[/* params */],
name,false,);} |
antoyo
commented
Feb 9, 2025
Yeah, Perhaps your solution #2 would be the simplest (if that works). You could add the attribute AlwaysInline to make sure it's efficient. Otherwise, I see another solution involving changing the |
rustbot
commented
Mar 15, 2026
☔ The latest upstream changes (possibly #863) made this pull request unmergeable. Please resolve the merge conflicts. |
this pr fixes#563