Bug 1874683 - Part 7: Transpile LoadStringCodePoint. r=jandem,nbp
commit9aa1ba77b5778fa67a1dcf6e23c237b464386bda
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 22 Jan 2024 13:28:46 +0000 (22 13:28 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 22 Jan 2024 13:28:46 +0000 (22 13:28 +0000)
tree911d6455a4fc2ad74cb9bc6400953441918399cd
parent8c2202027e9acf144b14f34662e4cad11be463b4
Bug 1874683 - Part 7: Transpile LoadStringCodePoint. r=jandem,nbp

Transpile `LoadStringCodePoint` similar to how `LoadStringCharCodeResult` is processed.

Differential Revision: https://phabricator.services.mozilla.com/D198563
js/src/jit/CacheIROps.yaml
js/src/jit/CodeGenerator.cpp
js/src/jit/LIROps.yaml
js/src/jit/Lowering.cpp
js/src/jit/MIR.cpp
js/src/jit/MIROps.yaml
js/src/jit/RangeAnalysis.cpp
js/src/jit/VMFunctionList-inl.h
js/src/jit/VMFunctions.cpp
js/src/jit/VMFunctions.h
js/src/jit/WarpCacheIRTranspiler.cpp