diff options
author | 2024-01-22 10:52:17 +0000 | |
---|---|---|
committer | 2024-01-23 10:45:15 +0000 | |
commit | b25dd2d4f93f4925551f469a9535e3abc79081a7 (patch) | |
tree | af2ace83cbf0ef7e0998f95b51f0750efb602630 /compiler/optimizing/nodes.h | |
parent | 36e0d0b0645c966398bac5e46305e5cb111b9dd4 (diff) |
Fix crash when inlining intrinsics with specialized HIR
During the inliner phase if we recognize an intrinsic, we insert it.
This is problematic since there are some intrinsics which we only
expect during the instruction builder phase. This CL skips
inlining those intrinsics.
Potentially, we could generate the graphs for those intrinsics and
inline it, but it needs refactoring of inliner.cc.
Bug: 319045458
Fixes: 319045458
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Test: Locally compiling the app in the bug
Change-Id: Ied3ec87e5655cec3bdfd978eb5c7411ddb102360
Diffstat (limited to 'compiler/optimizing/nodes.h')
0 files changed, 0 insertions, 0 deletions