D138249 renamed a number of wasm intrinsics without implementing auto-upgrade support.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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?
Comment Actions
Some intrinsics are in the llvm.experimental namespace, though we usually auto-upgrade those as well.