Consider immediate forms of LIR bit operations #80
Labels
area-CodeGen
Final code generation.
area-Optimization
Optimization of the intermediate or final code.
type-Enhancement
Improvement to an existing feature.
Related to #64. PR #79 only implemented immediates for arithmetic operations. Add immediate forms of
and
,or
andxor
. This may require some thinking about the zero-extension behavior, and thus deferring this until we have more integer types.The text was updated successfully, but these errors were encountered: