[test-suite] r291181 - Halide::Image has been merely an alias for Halide::Buffer for a while; that alias is being removed soon, so update existing usage to say Halide::Buffer explicitly.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 14:00:33 PST 2017


Author: echristo
Date: Thu Jan  5 16:00:32 2017
New Revision: 291181

URL: http://llvm.org/viewvc/llvm-project?rev=291181&view=rev
Log:
Halide::Image has been merely an alias for Halide::Buffer for a while; that alias is being removed soon, so update existing usage to say Halide::Buffer explicitly.

Modified:
    test-suite/trunk/Bitcode/Benchmarks/Halide/common/halide_image_io.h

Modified: test-suite/trunk/Bitcode/Benchmarks/Halide/common/halide_image_io.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Bitcode/Benchmarks/Halide/common/halide_image_io.h?rev=291181&r1=291180&r2=291181&view=diff
==============================================================================
--- test-suite/trunk/Bitcode/Benchmarks/Halide/common/halide_image_io.h (original)
+++ test-suite/trunk/Bitcode/Benchmarks/Halide/common/halide_image_io.h Thu Jan  5 16:00:32 2017
@@ -1,4 +1,4 @@
-// This simple PNG IO library works with *both* the Halide::Image<T> type *and*
+// This simple PNG IO library works with *both* the Halide::Buffer<T> type *and*
 // the simple halide_image.h version. Also now includes PPM support for faster load/save.
 
 #ifndef HALIDE_IMAGE_IO_H




More information about the llvm-commits mailing list