[PATCH] Always assert in DAGCombine and not only when -debug is enabled

Mehdi Amini mehdi.amini at apple.com
Tue Dec 23 00:57:22 PST 2014


Hi,

Right now in DAG Combine check the validity of the returned type only when -debug is given on the command line. However usually the test cases in the validation does not use -debug. 
I think an Assert build should always check this.

Mehdi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Always-Assert-In-DAG-Combine.patch
Type: application/octet-stream
Size: 1070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141223/16c1259d/attachment.obj>


More information about the llvm-commits mailing list