Displaying 1 result from an estimated 1 matches for "d60311".
Did you mean:
d60131
2019 Apr 11
2
Upper case vs lower case in printed and parsed MIR
...te::initNames2Regs in MIParser.cpp). For sub-register index names the latter happens but they are currently printed with their original casing witch leads to our problem.
What is the right solution here, should they be lower cased when printing as well (as I tried to do in https://reviews.llvm.org/D60311)?
To me it seems that preserving the original casing from the .td file would be the most correct thing to do but then it would be inconsistent with e.g. register names and would only add to the confusion it seems.
Thanks
Markus
-------------- next part --------------
An HTML attachment was scrubb...