[all-commits] [llvm/llvm-project] bce7f9: [x86] scrub less memory ops in test; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Feb 11 12:00:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bce7f942bc4cfa1bacca678451ddd5c65be011e7
https://github.com/llvm/llvm-project/commit/bce7f942bc4cfa1bacca678451ddd5c65be011e7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M llvm/test/CodeGen/X86/merge-consecutive-stores-nt.ll
Log Message:
-----------
[x86] scrub less memory ops in test; NFC
The addresses matter - we want to verify the splitting
and order of the memops.
Commit: 99ed84242f7e2cef8091e686538a710c614c19e2
https://github.com/llvm/llvm-project/commit/99ed84242f7e2cef8091e686538a710c614c19e2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M llvm/test/CodeGen/X86/extractelement-load.ll
Log Message:
-----------
[x86] add test for load ordering; NFC
This is reduced from a test that failed with D118376.
The C source is posted in issue #53695
Compare: https://github.com/llvm/llvm-project/compare/10953974ed6b...99ed84242f7e
More information about the All-commits
mailing list