[PATCH] D32423: Constant fold barriers of null and undef

Krzysztof Pszeniczny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 5 05:03:51 PDT 2018


amharc added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/invariant.group.ll:4
+; CHECK-LABEL: define i8* @siplifyNullLaunder()
+define i8* @siplifyNullLaunder() {
+; CHECK-NEXT: ret i8* null
----------------
nit: simplify (in other places too)


Repository:
  rL LLVM

https://reviews.llvm.org/D32423





More information about the llvm-commits mailing list