[ir] spererate UnaryOpType::cast
into cast_value
and cast_bits
#889
Labels
c++
C++ engineering related
enhancement
Make existing things or codebases better
feature request
Suggest an idea on this project
ir
IR related issues
Concisely describe the proposed feature
I'd like to spererate
UnaryOpType::cast
into two type:cast_value
andcast_bits
, so that nocast_by_value
entry required and simplify codegen logic.Describe the solution you'd like (if any)
Simply rename them, and tweak logic in the backend codegens, jit evaluators, etc. to simpler.
Additional comments
Helps logic simplification for
JITEvaluatorId
in #839.The text was updated successfully, but these errors were encountered: