<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Test case?<div><br></div><div> Chad</div><div><br><div><div>On Mar 16, 2013, at 9:45 AM, Vincent Lejeune <<a href="mailto:vljn@ovi.com">vljn@ovi.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">It allows the backend to generate reads to constant cache which<br>are faster that VTX_READ.<br>---<br>lib/Target/R600/R600ISelLowering.cpp | 2 +-<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R600ISelLowering.cpp<br>index a0e27ea..caa1899 100644<br>--- a/lib/Target/R600/R600ISelLowering.cpp<br>+++ b/lib/Target/R600/R600ISelLowering.cpp<br>@@ -522,7 +522,7 @@ SDValue R600TargetLowering::LowerImplicitParameter(SelectionDAG &DAG, EVT VT,<br>                                                   unsigned DwordOffset) const {<br>  unsigned ByteOffset = DwordOffset * 4;<br>  PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),<br>-                                      AMDGPUAS::PARAM_I_ADDRESS);<br>+                                      AMDGPUAS::CONSTANT_BUFFER_0);<br><br>  // We shouldn't be using an offset wider than 16-bits for implicit parameters.<br>  assert(isInt<16>(ByteOffset));<br>--<span class="Apple-converted-space"> </span><br>1.8.1.4<br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a></div></blockquote></div><br></div></body></html>