[llvm] [SelectionDAG] Preserve volatile undef stores. (PR #99918)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 15:12:28 PDT 2024


gonzalobg wrote:

For the PTX backend at least, this is not critical. Whether a volatile write of undef is dropped or not is not observable by PTX applications.

https://github.com/llvm/llvm-project/pull/99918


More information about the llvm-commits mailing list