[FIR2IR] Don't manually create IR for IntrinsicConstEvaluation if not needed

There is no need to create IR class for `@IntrinsicConstEvaluation` manually
  if it is present in sources

^KT-65415 Fixed
This commit is contained in:
Dmitriy Novozhilov
2024-03-07 15:03:16 +02:00
committed by Space Team
parent 7a383373b0
commit 555cf56d6d
4 changed files with 67 additions and 31 deletions
@@ -1,5 +1,5 @@
// IGNORE_BACKEND_K1: JS_IR, JS_IR_ES6, WASM, NATIVE
// IGNORE_BACKEND_K2: ANY
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6, WASM, NATIVE
// non-jvm backends are ignored because of KT-66432
// ISSUE: KT-65415, KT-66432