[PATCH] D95924: [Example][NFC} Add testcase for BrainF HelloWorld

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 21:40:59 PST 2021


xgupta added inline comments.


================
Comment at: llvm/test/Examples/BrainF/HelloWorld.ll:10
+# CHECK-NEXT:        %tape = load i8, i8* %head, align 1
+
+# CHECK:             store i8 %tape2, i8* %head, align 1
----------------
 %tape2 = add i8 %tape, 8
This line I also want to check here but don't how to write regex expression in FileCheck syntax. So after adding this check starts failing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95924/new/

https://reviews.llvm.org/D95924



More information about the llvm-commits mailing list