[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:37:18 PDT 2023


foad created this revision.
foad added reviewers: nikic, aqjune.
Herald added a subscriber: StephenFan.
Herald added a project: All.
foad requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.529964.patch
Type: text/x-patch
Size: 311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230609/fad6897c/attachment.bin>


More information about the llvm-commits mailing list