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 eeb9aaa commit 8f66d8aCopy full SHA for 8f66d8a
llvm/test/CodeGen/RISCV/pr145363.ll
@@ -1,7 +1,7 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
; RUN: llc < %s -mtriple=riscv64 | FileCheck %s
3
4
-; These two loads will CSE, we need to conversatively combine the range
+; These two loads will CSE, we need to conservatively combine the range
5
; metadata. The final assembly should not contain an OR.
6
define i32 @f(ptr %p) {
7
; CHECK-LABEL: f:
0 commit comments