https://bugs.llvm.org/show_bug.cgi?id=31597

Francis Visoiu Mistrih <franci...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |franci...@yahoo.com
         Resolution|---                         |FIXED

--- Comment #1 from Francis Visoiu Mistrih <franci...@yahoo.com> ---
Now it errors out.

$ echo "define i32 @main() { ret i32 0 }" | ./build/bin/llc -O0
--regalloc=basic                                                      *[master]

LLVM ERROR: Must use fast (default) register allocator for unoptimized
regalloc.

$ echo "define i32 @main() { ret i32 0 }" | ./build/bin/llc -O0
--regalloc=greedy                                                     *[master]

LLVM ERROR: Must use fast (default) register allocator for unoptimized
regalloc.

$ echo "define i32 @main() { ret i32 0 }" | ./build/bin/llc -O0 --regalloc=pbqp
                                                      *[master]

LLVM ERROR: Must use fast (default) register allocator for unoptimized
regalloc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to