[all-commits] [llvm/llvm-project] d1dec0: [AArch64] Disable nontemproal load for Big Endian

Zain Jaffal via All-commits all-commits at lists.llvm.org
Wed Sep 14 06:51:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1dec04d767a23e5a4134d79aad0396ce9c5d985
      https://github.com/llvm/llvm-project/commit/d1dec04d767a23e5a4134d79aad0396ce9c5d985
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/nontemporal-load.ll

  Log Message:
  -----------
  [AArch64] Disable nontemproal load for Big Endian

The current code for generating nontemporal load outputs the wrong assembly for big endian architecture.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D133789




More information about the All-commits mailing list