"clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp" did not exist on "e96a9132b89a808c4231e549a2748a52c731ba42"
-
Jim Grosbach authored
Explicit references to %AH for an i8 remainder instruction can lead to references to %AH in a REX prefixed instruction, which causes things to blow up. Do the same thing in FastISel as we do for DAG isel and instead shift %AX right by 8 bits and then extract the 8-bit subreg from that result. rdar://14203849 http://llvm.org/bugs/show_bug.cgi?id=16105 llvm-svn: 185899
c35388f1
Loading