[PATCH] D146424: [WebAssembly] Add auto-upgrade for renamed intrinsics
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 09:16:12 PDT 2023
nikic added a comment.
In D146424#4206466 <https://reviews.llvm.org/D146424#4206466>, @tlively wrote:
> Thanks! I didn't know about this functionality. Is there a generally accepted mechanism to mark intrinsics as experimental so that there is no expectation that they will be auto-upgraded like this?
Some intrinsics are in the `llvm.experimental` namespace, though we usually auto-upgrade those as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146424/new/
https://reviews.llvm.org/D146424
More information about the llvm-commits
mailing list