ISLE: Add the overlap_errors pragma (#4981)
* Add the overlap_errors pragma to ISLE * Enable overlap errors in the x64 backend
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;; x86-64 instruction selection and CLIF-to-MachInst lowering.
|
||||
|
||||
;; Enable overlap checking for the x64 backend
|
||||
(pragma overlap_errors)
|
||||
|
||||
;; The main lowering constructor term: takes a clif `Inst` and returns the
|
||||
;; register(s) within which the lowered instruction's result values live.
|
||||
(decl lower (Inst) InstOutput)
|
||||
|
||||
Reference in New Issue
Block a user