[llvm-branch-commits] [llvm] [X86] Add atomic vector tests for unaligned >1 sizes. (PR #120387)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 20 01:17:44 PST 2024
jofrn wrote:
> Title change doesn't make sense. It's less useful to test the underaligned cases. The baseline tests must include properly aligned atomics. Those are the case that we are interested in surviving until the DAG. The unaligned case are a separate point of interest as a supplemental test, but those are all expanded during AtomicExpand
Then should we test any of the unaligned ones in this series?
https://github.com/llvm/llvm-project/pull/120387
More information about the llvm-branch-commits
mailing list