projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af46c51
)
Adding a note to the genBaseIntrinsic function header about operand assumptions ...
author
Tanner Gooding
<tagoo@outlook.com>
Fri, 7 Dec 2018 21:00:35 +0000
(13:00 -0800)
committer
GitHub
<noreply@github.com>
Fri, 7 Dec 2018 21:00:35 +0000
(13:00 -0800)
src/jit/hwintrinsiccodegenxarch.cpp
patch
|
blob
|
history
diff --git
a/src/jit/hwintrinsiccodegenxarch.cpp
b/src/jit/hwintrinsiccodegenxarch.cpp
index 8f2bc3abcdc5c7285beee85430b16908d372b6cb..5c58bc27854928b69a43a4a8c5fad742fb60f80c 100644
(file)
--- a/
src/jit/hwintrinsiccodegenxarch.cpp
+++ b/
src/jit/hwintrinsiccodegenxarch.cpp
@@
-1247,6
+1247,9
@@
void CodeGen::genHWIntrinsicJumpTableFallback(NamedIntrinsic intrinsi
// Arguments:
// node - The hardware intrinsic node
//
+// Note:
+// We currently assume that all base intrinsics only have a single operand.
+//
void CodeGen::genBaseIntrinsic(GenTreeHWIntrinsic* node)
{
NamedIntrinsic intrinsicId = node->gtHWIntrinsicId;