[all-commits] [llvm/llvm-project] 53b9d4: [X86] i256-add - replace i386 triple X32 check pre...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jan 31 03:04:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53b9d479d5a4d31d2b4a57af7640c0747100a59d
      https://github.com/llvm/llvm-project/commit/53b9d479d5a4d31d2b4a57af7640c0747100a59d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/i256-add.ll

  Log Message:
  -----------
  [X86] i256-add - replace i386 triple X32 check prefixes with X86 and add gnux32 triple tests


  Commit: 8d450b47ba28748edfe975b35ab603bd43688d9b
      https://github.com/llvm/llvm-project/commit/8d450b47ba28748edfe975b35ab603bd43688d9b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/mmx-arith.ll

  Log Message:
  -----------
  [X86] mmx-arith.ll - replace X32 check prefixes with X86 + strip cfi noise

We try to only use X32 for gnux32 triple tests.


  Commit: 00a68171085dbf7f02ec8ddad6240d90ba6d7286
      https://github.com/llvm/llvm-project/commit/00a68171085dbf7f02ec8ddad6240d90ba6d7286
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/v4f32-immediate.ll

  Log Message:
  -----------
  [X86] v4f32-immediate.ll - replace X32 check prefixes with X86

We try to only use X32 for gnux32 triple tests.


  Commit: 929503ead36bd954a2fa9ca4338d12d8ddd607ff
      https://github.com/llvm/llvm-project/commit/929503ead36bd954a2fa9ca4338d12d8ddd607ff
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/v2f32.ll

  Log Message:
  -----------
  [X86] v2f32.ll - replace X32 check prefixes with X86 (and add common CHECK prefix)

We try to only use X32 for gnux32 triple tests.


  Commit: 3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0
      https://github.com/llvm/llvm-project/commit/3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/ResultAggregator.cpp

  Log Message:
  -----------
  Fix MSVC "not all control paths return a value" warning. NFC.


Compare: https://github.com/llvm/llvm-project/compare/5a07774fe11b...3f5fcb59ae58


More information about the All-commits mailing list