[ ] Handle non-memref Ciphertext args in tfhe-rs-emitter.: Right now, we assume that temp_nodes contains all possible input ciphertexts by inserting create_trivial and any memref.load ops from ciphertext memrefs into temp_nodes. This does not include ciphertext block args (right now, that is a slim chance since we would need a non-memref, single bit input).
[ ] Handle variable shift value attributes. Right now, our pipeline will only use fixed values of 1 and 2 by LUT design
create_trivial
and anymemref.load
ops from ciphertext memrefs into temp_nodes. This does not include ciphertext block args (right now, that is a slim chance since we would need a non-memref, single bit input).