[PATCH] D152539: [GVN] Fix typo in freeze test case

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 07:41:44 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG18f5446a45da: [GVN] Fix typo in freeze test case (authored by foad).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152539

Files:
  llvm/test/Transforms/GVN/freeze.ll


Index: llvm/test/Transforms/GVN/freeze.ll
===================================================================
--- llvm/test/Transforms/GVN/freeze.ll
+++ llvm/test/Transforms/GVN/freeze.ll
@@ -8,7 +8,7 @@
 ;
   %b = freeze i1 %a
   %c = freeze i1 %a
-  %d = and i1 %b, %b
+  %d = and i1 %b, %c
   ret i1 %d
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152539.529968.patch
Type: text/x-patch
Size: 311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230609/910a0bff/attachment.bin>


More information about the llvm-commits mailing list