http://llvm.org/bugs/show_bug.cgi?id=3583
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Dan Gohman <[email protected]> 2009-02-15 18:01:23 --- Thanks for spotting this! I've commited a fix here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090209/073806.html I didn't address the tricky cases you describe; this code is currently used primarily to help enable use of the BT instruction on x86, and this only requires handling simple cases. If someone finds a need for handling trickier cases, the code can be extended. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
