[all-commits] [llvm/llvm-project] c99786: [X86] Add ISD::FREEZE and ISD::AssertAlign to the ...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Jun 12 09:57:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c997867dc084a1bcf631816f964b3ff49a297ba3
      https://github.com/llvm/llvm-project/commit/c997867dc084a1bcf631816f964b3ff49a297ba3
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-06-12 (Sat, 12 Jun 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/test/CodeGen/X86/freeze.ll

  Log Message:
  -----------
  [X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't guarantee upper 32 bits are zero.

The freeze issue was reported here
https://llvm.discourse.group/t/bug-or-feature-freeze-instruction/3639

I don't have a test for AssertAlign. I just noticed it was missing
and assume it should be similar to the other two Asserts.

Reviewed By: RKSimon

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




More information about the All-commits mailing list