Update CHANGES
authorDavid Neto <dneto@google.com>
Thu, 21 Dec 2017 15:42:46 +0000 (10:42 -0500)
committerDavid Neto <dneto@google.com>
Thu, 21 Dec 2017 15:42:46 +0000 (10:42 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 2b8f5d0..815ea2f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ v2017.3-dev 2017-12-15
  - Optimizer:
    - Add Private-to-Function variable conversion for modules with logical
      addressing
+   - Add --legalize-hlsl option to run transforms used to transform intermediate
+     code generated by HLSL to SPIR-V for Vulkan compilers.  Those compilers
+     normally run these transforms automatically.  This option is used for developing
+     those transforms.
  - Validator:
    - Check upper bits of literal numbers that aren't a multiple of 32-bits wide.
    - More validation of primitive instructions
@@ -15,6 +19,7 @@ v2017.3-dev 2017-12-15
      OpImageSparseRead
    #1108: Remove duplicates transform was incorrectly removing non-duplicate
      decorations.
+   #1111: Optimizer's type manager could reference deleted memory
 
 v2017.2 2017-12-15
  - General: