We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863a8eb commit 967f6a8Copy full SHA for 967f6a8
llvm/test/Transforms/GVN/PRE/no-pre-load-for-token-like.ll
@@ -1,8 +1,8 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
2
; RUN: opt -S -passes=gvn %s | FileCheck %s
3
4
-; NOTE: A test to confirm GVN doesn't introduce phis for pre loads of token
5
-; NOTE: like types. This implies the CHECKS should exactly match the IR.
+; NOTE: A test to confirm GVN doesn't collapse loads of token-like types into
+; NOTE: phi nodes.
6
7
define ptr @main() {
8
; CHECK-LABEL: define ptr @main() {
0 commit comments