Skip to content
Success

Changes

Summary

  1. Implicit and layout parameters are now marked as const. This is primarily a safety feature to catch bad writes. (details)
  2. Just some random clean-up in Box pass while I was musing. (details)
Commit dd900b564c8c9f6b67d2f5484e3ebcedce82b1ee by ajbeach
Implicit and layout parameters are now marked as const. This is primarily a safety feature to catch bad writes.
The file was modifiedtests/.expect/functions.arm64.txt
The file was modifiedsrc/GenPoly/Box.cpp
The file was modifiedtests/.expect/functions.x86.txt
The file was modifiedtests/.expect/functions.x64.txt
Commit c4b9fa97e347eb42780172529b967ce1034b3e2c by ajbeach
Just some random clean-up in Box pass while I was musing.
The file was modifiedsrc/GenPoly/Box.cpp