projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5844a7
)
Spelling correction
author
Joel Jones
<joel_k_jones@apple.com>
Sun, 10 Feb 2013 23:56:30 +0000
(23:56 +0000)
committer
Joel Jones
<joel_k_jones@apple.com>
Sun, 10 Feb 2013 23:56:30 +0000
(23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174852
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64ISelLowering.cpp
b/lib/Target/AArch64/AArch64ISelLowering.cpp
index 071b432998b826565bfdc70d3085680df180d1cb..ff28dc17fdf54d6906b6079486d8278ee6eab37f 100644
(file)
--- a/
lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/
lib/Target/AArch64/AArch64ISelLowering.cpp
@@
-2691,7
+2691,7
@@
static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount,
return true;
}
-/// EXTR instruc
it
on extracts a contiguous chunk of bits from two existing
+/// EXTR instruc
ti
on extracts a contiguous chunk of bits from two existing
/// registers viewed as a high/low pair. This function looks for the pattern:
/// (or (shl VAL1, #N), (srl VAL2, #RegWidth-N)) and replaces it with an
/// EXTR. Can't quite be done in TableGen because the two immediates aren't