[PATCH] D14721: patch for missed constantFold optimization in InstCombine

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 11:06:34 PST 2015


majnemer added a comment.

Your test doesn't parse on trunk LLVM:
opt: <stdin>:14:32: error: expected comma after load's type

  %2 = load i32 addrspace(4)** %ptr, align 8


http://reviews.llvm.org/D14721





More information about the llvm-commits mailing list