Skip to content

Commit 1de8962

Browse files
committed
!fixup update after UseDeref.. to bool
1 parent e601fcb commit 1de8962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Analysis/Loads.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
using namespace llvm;
2727

28-
extern cl::opt<unsigned> UseDerefAtPointSemantics;
28+
extern cl::opt<bool> UseDerefAtPointSemantics;
2929

3030
static bool isAligned(const Value *Base, Align Alignment,
3131
const DataLayout &DL) {

llvm/test/Transforms/LoopVectorize/dereferenceable-info-from-assumption-constant-size.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2-
; RUN: opt -p loop-vectorize -force-vector-width=2 -use-dereferenceable-at-point-semantics=1 -S %s | FileCheck %s
2+
; RUN: opt -p loop-vectorize -force-vector-width=2 -use-dereferenceable-at-point-semantics -S %s | FileCheck %s
33

44
declare void @llvm.assume(i1)
55

0 commit comments

Comments
 (0)