Skip to content
Commit 7b5925a5 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong...

[X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong immediate predicate check was being used for 64-bit instructions with 8-bit immediates.

This didn't cause a bug because the order of the patterns ensured that the 64-bit instructions with 32-bit immediates were selected first.

llvm-svn: 268212
parent 94a9ee65
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment