summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-11-07 09:55:53 -0800
committerTim Foley <tfoley@nvidia.com>2017-11-07 10:54:47 -0800
commit97a1a95b6192599e038a26704756a914368f3d3a (patch)
treec0d4d158cc248e04f38e68211638e08014d53112 /tests
parent722105feb1f11ea727af52bc5a484ddf4320e74d (diff)
Try to fix up IR emit for subscript calls
This code isn't especially useful right now since most of the important subscripts are still special-cased with `__intrinsic_op`, but the idea is that if we de-mangle an intrinsic operation's name and see it is called `operator[]` then we are probably calling a subscript, and should emit an appropriate expression. Aside: this change has pointed out to me that our current name mangling isn't properly handling non-alphanumeric characters, so we'll be in trouble as soon as we have non-intrinsic subscripts, operators, etc.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions