[all-commits] [llvm/llvm-project] 97418b: [X86] patchable functions - cleanup check prefixes...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed May 15 06:11:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97418bb519d90542aad3c1f82c80264381a5758e
https://github.com/llvm/llvm-project/commit/97418bb519d90542aad3c1f82c80264381a5758e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M llvm/test/CodeGen/X86/patchable-function-entry-ibt.ll
M llvm/test/CodeGen/X86/patchable-function-entry.ll
M llvm/test/CodeGen/X86/patchable-prologue.ll
Log Message:
-----------
[X86] patchable functions - cleanup check prefixes identified in #92248
Avoid using numbers as check prefix - replace with actual triple config names
Commit: 96ac2e3af78a45c4fdf4ecc3f9a76cc00663cac7
https://github.com/llvm/llvm-project/commit/96ac2e3af78a45c4fdf4ecc3f9a76cc00663cac7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M llvm/test/CodeGen/X86/cmpxchg-clobber-flags.ll
Log Message:
-----------
[X86] cmpxchg-clobber-flags.ll - cleanup check prefixes identified in #92248
Avoid using numbers as check prefix - replace with actual triple config names
Commit: e26eacf771fed3226058a84d5d83f94994f583b2
https://github.com/llvm/llvm-project/commit/e26eacf771fed3226058a84d5d83f94994f583b2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M llvm/test/CodeGen/X86/prefetch.ll
Log Message:
-----------
[X86] prefetch.ll - cleanup check prefixes identified in #92248
Avoid using leading numbers in check prefixes - replace with actual triple config names (and makes it easier to add X64 test coverage in a future commit).
Compare: https://github.com/llvm/llvm-project/compare/d06270ee00e3...e26eacf771fe
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list