<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - valgrind trouble in llvm::FastISel::LowerCallTo(llvm::FastISel::CallLoweringInfo&)"
   href="http://llvm.org/bugs/show_bug.cgi?id=20770">20770</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>valgrind trouble in llvm::FastISel::LowerCallTo(llvm::FastISel::CallLoweringInfo&)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dcb314@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Attached source code produces

$ source /tmp/11
==5817== Conditional jump or move depends on uninitialised value(s)
==5817==    at 0x1BAE5CF: ??? (in /home/dcb/llvm/results/bin/clang)
==5817==    by 0x1C211E3:
llvm::FastISel::LowerCallTo(llvm::FastISel::CallLoweringInfo&) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x1C224F7: llvm::FastISel::LowerCall(llvm::CallInst const*) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x1C227D6: llvm::FastISel::SelectCall(llvm::User const*) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x1C1F171: llvm::FastISel::SelectOperator(llvm::User const*,
unsigned int) (in /home/dcb/llvm/results/bin/clang)
==5817==    by 0x1C239A8: llvm::FastISel::SelectInstruction(llvm::Instruction
const*) (in /home/dcb/llvm/results/bin/clang)
==5817==    by 0x1CAE9F2:
llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x1CADC24:
llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x1B11F55: ??? (in /home/dcb/llvm/results/bin/clang)
==5817==    by 0x1DD7F93:
llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (in
/home/dcb/llvm/results/bin/clang)
==5817==    by 0x227243A: llvm::FPPassManager::runOnFunction(llvm::Function&)
(in /home/dcb/llvm/results/bin/clang)
==5817==    by 0x227260A: llvm::FPPassManager::runOnModule(llvm::Module&) (in
/home/dcb/llvm/results/bin/clang)
==5817== 

on trunk of 20140827</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>