Advertisement
Guest User

Loop Unrolling

a guest
May 1st, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. $ opt -load /home/yaduveer/RP/LLVM/llvm/Debug+Asserts/lib/loopunrollp.so --help
  2. opt: CommandLine Error: Option 'pragma-unroll-threshold' registered more than once!
  3. opt: CommandLine Error: Option 'unroll-runtime' registered more than once!
  4. opt: CommandLine Error: Option 'unroll-allow-partial' registered more than once!
  5. opt: CommandLine Error: Option 'unroll-count' registered more than once!
  6. opt: CommandLine Error: Option 'unroll-threshold' registered more than once!
  7. LLVM ERROR: inconsistency in registered CommandLine options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement