Loading
Fixed an issue with String - Print lowering
The string literal SSA var need to be overridden in the tracking map to ensure the subsequent print is referring to an *in-scope* var.
e.g., multiple scoped regions referring to the same string literal for printing.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>