You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#5132. Disable use of AVX2 and BMI2 instructions in LLC.
In some basic testing, it looks sufficient to disable AVX2 *or* BMI2 (not
required to disable both). Since there are known bugs with these
instructions in LLVM3.3, though, disabling both to be safe.
0 commit comments