[all-commits] [llvm/llvm-project] 4ee28b: [VE] Set getExtendForAtomicOps to ISD::ANY_EXTEND
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Jul 19 03:58:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ee28b4fecade32e679dd96c8bd98b71085a8b14
https://github.com/llvm/llvm-project/commit/4ee28b4fecade32e679dd96c8bd98b71085a8b14
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.h
Log Message:
-----------
[VE] Set getExtendForAtomicOps to ISD::ANY_EXTEND
The implementation of subword atomics does not actually
guarantee the result is zero-extended, which now caused
failures after https://reviews.llvm.org/D101342 was landed.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D106225
More information about the All-commits
mailing list