llvm-project
3c0fd5b0 - [X86] Replace alignedstore/alignedload custom predicates with MinAlignment. NFC

Commit
78 days ago
[X86] Replace alignedstore/alignedload custom predicates with MinAlignment. NFC These custom alignment predicates predate PatFrag's dedicated MinAlignment field. Replace them with per-size fragments (alignedstore128/256/512, alignedload128/256/512) so both SelectionDAG and GlobalISel get the alignment check without hand-written predicate code.
Author
Parents
Loading